#a0c611

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

Shades of Bahia #A0C611

Tints of Bahia #A0C611

Color information

#A0C611 (or 0xA0C611) is unknown color: approx Bahia. HEX triplet: A0, C6 and 11. RGB value is (160,198,17). Sum of RGB (Red+Green+Blue) = 160+198+17=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 198 (77.73% from 255 or 52.8% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C611 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C611 is #5F39EE. Grayscale: #A6A6A6. Windows color (decimal): -6240751 or 1164960. OLE color: 1164960.

HSL color Cylindrical-coordinate representation of color #A0C611: hue angle of 72.6º degrees, saturation: 0.84, 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 #A0C611 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB16019817-
CMYK0.1900.910.22
HSL72.6º84.19%42.16%-
HSV(B)72.6º91.41%77.65%-
XYZ34.7947.97.94-
YUV16643.91123.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.67%
GREEN value IS 198 (77.73% from 255) = 52.8%
BLUE value IS 17 (7.03% from 255) = 4.53%
R=42.67%
G=52.8%
B=4.53%

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
Decimal160198170.1900.910.2272.684.1942.16
HexA0C6111305B1649542a
Octal240306212301332611112452
Binary10100000110001101000110011010110111011010010011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0c611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0c611; }

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

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

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

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

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

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

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

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