#A0C612

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

Shades of Bahia #A0C612

Tints of Bahia #A0C612

Color information

#A0C612 (or 0xA0C612) is unknown color: approx Bahia. HEX triplet: A0, C6 and 12. RGB value is (160,198,18). Sum of RGB (Red+Green+Blue) = 160+198+18=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 198 (77.73% from 255 or 52.66% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C612 is #5F39ED. Grayscale: #A6A6A6. Windows color (decimal): -6240750 or 1230496. OLE color: 1230496.

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

Color convert

RGB16019818-
CMYK0.1900.910.22
HSL72.67º83.33%42.35%-
HSV(B)72.67º90.91%77.65%-
XYZ34.847.917.98-
YUV166.1244.41123.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.55%
GREEN value IS 198 (77.73% from 255) = 52.66%
BLUE value IS 18 (7.42% from 255) = 4.79%
R=42.55%
G=52.66%
B=4.79%

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
Decimal160198180.1900.910.2272.6783.3342.35
HexA0C6121305B1649532a
Octal240306222301332611112352
Binary10100000110001101001010011010110111011010010011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C612; }

 p { color: rgb(160,198,18); }

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

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

 a { background-color: rgb(160,198,18); }

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

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

 span { border-color: rgb(160,198,18); }

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