Html Css Color HEX #A1C412 Bahia

📋 copy color: '#A1C412'

red 161 ◦ green 196 ◦ blue 18

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

Shades of Bahia #A1C412

Tints of Bahia #A1C412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.8%

R = 42.93%
G = 52.27%
B = 4.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#A1C412 (or 0xA1C412) is known color: Bahia. HEX triplet: A1, C4 and 12. RGB value is (161,196,18). Sum of RGB (Red+Green+Blue) = 161+196+18=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 196 (76.95% from 255 or 52.27% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C412 is #5E3BED. Grayscale: #A5A5A5. Windows color (decimal): -6175726 or 1229985. OLE color: 1229985.

HSL color Cylindrical-coordinate representation of color #A1C412: hue angle of 71.8º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1C412 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 161 196 18 -
CMYK 0.18 0 0.91 0.23
HSL 71.8º 0.83% 0.42% -
HSV(B) 71.8º 0.91% 0.77% -
XYZ 34.55 47.1 7.84 -
YUV 165.24 44.9 124.97 -
System Red Green Blue C M Y K H S L
Decimal 161 196 18 0.18 0 0.91 0.23 71.8 0.83 0.42
Hex A1 C4 12 12 0 5B 17 48 53 2A
Octal 241 304 22 22 0 133 27 110 123 52
Binary 10100001 11000100 10010 10010 0 1011011 10111 1001000 1010011 101010

Color Harmonies of #A1C412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C412

Black with #A1C412

Text Example


Text Example

White with #A1C412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C412; }

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

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

background-color css

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

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

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

border-color css

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

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

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