Shades of Bahia #A8CC0A
Tints of Bahia #A8CC0A
RGB
CMYK
RGB Variations
Color information
#A8CC0A (or 0xA8CC0A) is known color: Bahia. HEX triplet: A8, CC and 0A. RGB value is (168,204,10). Sum of RGB (Red+Green+Blue) = 168+204+10=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 204 (80.08% from 255 or 53.40% from 382); Blue value is 10 (4.30% from 255 or 2.62% from 382); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CC0A is #5733F5. Grayscale: #ABABAB. Windows color (decimal): -5714934 or 707752. OLE color: 707752.
HSL color Cylindrical-coordinate representation of color #A8CC0A: hue angle of 71.13º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8CC0A is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 10 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.2 |
| HSL | 71.13º | 0.91% | 0.42% | - |
| HSV(B) | 71.13º | 0.95% | 0.8% | - |
| XYZ | 37.8 | 51.53 | 8.24 | - |
| YUV | 171.12 | 37.07 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 10 | 0.18 | 0 | 0.95 | 0.2 | 71.13 | 0.91 | 0.42 |
| Hex | A8 | CC | A | 12 | 0 | 5F | 14 | 47 | 5B | 2A |
| Octal | 250 | 314 | 12 | 22 | 0 | 137 | 24 | 107 | 133 | 52 |
| Binary | 10101000 | 11001100 | 1010 | 10010 | 0 | 1011111 | 10100 | 1000111 | 1011011 | 101010 |
Color Harmonies of #A8CC0A
Complementary color
Monochromatic Colors of #A8CC0A
Black with #A8CC0A
Text Example
Text Example
White with #A8CC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CC0A; }
p { color: rgb(168,204,10); }
H1.HeaderClassName
{
color: #A8CC0A;
}
.AnyTagClassName
{
color: #A8CC0A;
}
</style>
background-color css
<style>
a { background-color: #A8CC0A; }
a { background-color: rgb(168,204,10); }
div.DivClassName
{
background-color: #A8CC0A;
}
.BgClassName
{
background-color: #A8CC0A;
}
</style>
border-color css
<style>
span { border-color: #A8CC0A; }
span { border-color: rgb(168,204,10); }
td.TdClassName
{
border-color: #A8CC0A;
}
.TagClassName
{
border-color: #A8CC0A;
}
</style>