Shades of Bahia #A6CC18
Tints of Bahia #A6CC18
RGB
CMYK
RGB Variations
Color information
#A6CC18 (or 0xA6CC18) is known color: Bahia. HEX triplet: A6, CC and 18. RGB value is (166,204,24). Sum of RGB (Red+Green+Blue) = 166+204+24=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6CC18 is #5933E7. Grayscale: #ACACAC. Windows color (decimal): -5845992 or 1625254. OLE color: 1625254.
HSL color Cylindrical-coordinate representation of color #A6CC18: hue angle of 72.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A6CC18 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 204 | 24 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.2 |
| HSL | 72.67º | 0.79% | 0.45% | - |
| HSV(B) | 72.67º | 0.88% | 0.8% | - |
| XYZ | 37.48 | 51.36 | 8.8 | - |
| YUV | 172.12 | 44.41 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 24 | 0.19 | 0 | 0.88 | 0.2 | 72.67 | 0.79 | 0.45 |
| Hex | A6 | CC | 18 | 13 | 0 | 58 | 14 | 49 | 4F | 2D |
| Octal | 246 | 314 | 30 | 23 | 0 | 130 | 24 | 111 | 117 | 55 |
| Binary | 10100110 | 11001100 | 11000 | 10011 | 0 | 1011000 | 10100 | 1001001 | 1001111 | 101101 |
Color Harmonies of #A6CC18
Complementary color
Monochromatic Colors of #A6CC18
Black with #A6CC18
Text Example
Text Example
White with #A6CC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CC18; }
p { color: rgb(166,204,24); }
H1.HeaderClassName
{
color: #A6CC18;
}
.AnyTagClassName
{
color: #A6CC18;
}
</style>
background-color css
<style>
a { background-color: #A6CC18; }
a { background-color: rgb(166,204,24); }
div.DivClassName
{
background-color: #A6CC18;
}
.BgClassName
{
background-color: #A6CC18;
}
</style>
border-color css
<style>
span { border-color: #A6CC18; }
span { border-color: rgb(166,204,24); }
td.TdClassName
{
border-color: #A6CC18;
}
.TagClassName
{
border-color: #A6CC18;
}
</style>