#A2C712

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

Shades of Bahia #A2C712

Tints of Bahia #A2C712

Color information

#A2C712 (or 0xA2C712) is unknown color: approx Bahia. HEX triplet: A2, C7 and 12. RGB value is (162,199,18). Sum of RGB (Red+Green+Blue) = 162+199+18=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 199 (78.12% from 255 or 52.51% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C712 is #5D38ED. Grayscale: #A7A7A7. Windows color (decimal): -6109422 or 1230754. OLE color: 1230754.

HSL color Cylindrical-coordinate representation of color #A2C712: hue angle of 72.27º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2C712 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB16219918-
CMYK0.1900.910.22
HSL72.27º83.41%42.55%-
HSV(B)72.27º90.95%78.04%-
XYZ35.4348.578.08-
YUV167.343.74124.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.74%
GREEN value IS 199 (78.12% from 255) = 52.51%
BLUE value IS 18 (7.42% from 255) = 4.75%
R=42.74%
G=52.51%
B=4.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162199180.1900.910.2272.2783.4142.55
HexA2C7121305B1648532b
Octal242307222301332611012353
Binary10100010110001111001010011010110111011010010001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C712; }

 p { color: rgb(162,199,18); }

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

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

 a { background-color: rgb(162,199,18); }

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

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

 span { border-color: rgb(162,199,18); }

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