Html Css Color HEX #A1C428 Bahia

📋 copy color: '#A1C428'

red 161 ◦ green 196 ◦ blue 40

#A1C428
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #A1C428

Tints of Bahia #A1C428

RGB

 RED value IS 161 (63.28% from 255) = 40.55%

 GREEN value IS 196 (76.95% from 255) = 49.37%

 BLUE value IS 40 (16.02% from 255) = 10.08%

R = 40.55%
G = 49.37%
B = 10.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A1C428 (or 0xA1C428) is known color: Bahia. HEX triplet: A1, C4 and 28. RGB value is (161,196,40). Sum of RGB (Red+Green+Blue) = 161+196+40=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 40 (16.02% from 255 or 10.08% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C428 is #5E3BD7. Grayscale: #A8A8A8. Windows color (decimal): -6175704 or 2671777. OLE color: 2671777.

HSL color Cylindrical-coordinate representation of color #A1C428: hue angle of 73.46º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1C428 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 161 196 40 -
CMYK 0.18 0 0.80 0.23
HSL 73.46º 0.66% 0.46% -
HSV(B) 73.46º 0.8% 0.77% -
XYZ 34.82 47.21 9.28 -
YUV 167.75 55.9 123.18 -
System Red Green Blue C M Y K H S L
Decimal 161 196 40 0.18 0 0.80 0.23 73.46 0.66 0.46
Hex A1 C4 28 12 0 50 17 49 42 2E
Octal 241 304 50 22 0 120 27 111 102 56
Binary 10100001 11000100 101000 10010 0 1010000 10111 1001001 1000010 101110

Color Harmonies of #A1C428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C428

Black with #A1C428

Text Example


Text Example

White with #A1C428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C428; }

 p { color: rgb(161,196,40); }

 H1.HeaderClassName
 {
   color: #A1C428;
 }
 .AnyTagClassName
 {
   color: #A1C428;
 }
</style>

background-color css

<style>
 a { background-color: #A1C428; }

 a { background-color: rgb(161,196,40); }

 div.DivClassName
 {
   background-color: #A1C428;
 }
 .BgClassName
 {
   background-color: #A1C428;
 }
</style>

border-color css

<style>
 span { border-color: #A1C428; }

 span { border-color: rgb(161,196,40); }

 td.TdClassName
 {
   border-color: #A1C428;
 }
 .TagClassName
 {
   border-color: #A1C428;
 }
</style>