#a2ce0c

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

Shades of Bahia #A2CE0C

Tints of Bahia #A2CE0C

Color information

#A2CE0C (or 0xA2CE0C) is unknown color: approx Bahia. HEX triplet: A2, CE and 0C. RGB value is (162,206,12). Sum of RGB (Red+Green+Blue) = 162+206+12=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 206 (80.86% from 255 or 54.21% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CE0C is #5D31F3. Grayscale: #ABABAB. Windows color (decimal): -6107636 or 839330. OLE color: 839330.

HSL color Cylindrical-coordinate representation of color #A2CE0C: hue angle of 73.61º 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 #A2CE0C is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB16220612-
CMYK0.2100.940.19
HSL73.61º88.99%42.75%-
HSV(B)73.61º94.17%80.78%-
XYZ37.0451.858.4-
YUV170.7338.42121.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 206 (80.86% from 255) = 54.21%
BLUE value IS 12 (5.08% from 255) = 3.16%
R=42.63%
G=54.21%
B=3.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal162206120.2100.940.1973.6188.9942.75
HexA2CEC1505E134a592b
Octal242316142501362311213153
Binary1010001011001110110010101010111101001110010101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2ce0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2ce0c; }

 p { color: rgb(162,206,12); }

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

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

 a { background-color: rgb(162,206,12); }

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

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

 span { border-color: rgb(162,206,12); }

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