#A9CF0C

Color #A9CF0C Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A9CF0C

Tints of Bahia #A9CF0C

Color information

#A9CF0C (or 0xA9CF0C) is unknown color: approx Bahia. HEX triplet: A9, CF and 0C. RGB value is (169,207,12). Sum of RGB (Red+Green+Blue) = 169+207+12=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 207 (81.25% from 255 or 53.35% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9CF0C is #5630F3. Grayscale: #AEAEAE. Windows color (decimal): -5648628 or 839593. OLE color: 839593.

HSL color Cylindrical-coordinate representation of color #A9CF0C: hue angle of 71.69º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A9CF0C is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB16920712-
CMYK0.1800.940.19
HSL71.69º89.04%42.94%-
HSV(B)71.69º94.2%81.18%-
XYZ38.7453.098.55-
YUV173.4136.91124.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.56%
GREEN value IS 207 (81.25% from 255) = 53.35%
BLUE value IS 12 (5.08% from 255) = 3.09%
R=43.56%
G=53.35%
B=3.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal169207120.1800.940.1971.6989.0442.94
HexA9CFC1205E1348592b
Octal251317142201362311013153
Binary1010100111001111110010010010111101001110010001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CF0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CF0C; }

 p { color: rgb(169,207,12); }

 H1.HeaderClassName
 {
   color: #A9CF0C;
 }
 .AnyTagClassName
 {
   color: #A9CF0C;
 }
</style>
background-color css

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

 a { background-color: rgb(169,207,12); }

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

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

 span { border-color: rgb(169,207,12); }

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