Shades of Bahia #A8CC20
Tints of Bahia #A8CC20
RGB
CMYK
RGB Variations
Color information
#A8CC20 (or 0xA8CC20) is known color: Bahia. HEX triplet: A8, CC and 20. RGB value is (168,204,32). Sum of RGB (Red+Green+Blue) = 168+204+32=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CC20 is #5733DF. Grayscale: #AEAEAE. Windows color (decimal): -5714912 or 2149544. OLE color: 2149544.
HSL color Cylindrical-coordinate representation of color #A8CC20: hue angle of 72.56º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8CC20 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 32 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.2 |
| HSL | 72.56º | 0.73% | 0.46% | - |
| HSV(B) | 72.56º | 0.84% | 0.8% | - |
| XYZ | 38 | 51.61 | 9.33 | - |
| YUV | 173.63 | 48.07 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 32 | 0.18 | 0 | 0.84 | 0.2 | 72.56 | 0.73 | 0.46 |
| Hex | A8 | CC | 20 | 12 | 0 | 54 | 14 | 49 | 49 | 2E |
| Octal | 250 | 314 | 40 | 22 | 0 | 124 | 24 | 111 | 111 | 56 |
| Binary | 10101000 | 11001100 | 100000 | 10010 | 0 | 1010100 | 10100 | 1001001 | 1001001 | 101110 |
Color Harmonies of #A8CC20
Complementary color
Monochromatic Colors of #A8CC20
Black with #A8CC20
Text Example
Text Example
White with #A8CC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CC20; }
p { color: rgb(168,204,32); }
H1.HeaderClassName
{
color: #A8CC20;
}
.AnyTagClassName
{
color: #A8CC20;
}
</style>
background-color css
<style>
a { background-color: #A8CC20; }
a { background-color: rgb(168,204,32); }
div.DivClassName
{
background-color: #A8CC20;
}
.BgClassName
{
background-color: #A8CC20;
}
</style>
border-color css
<style>
span { border-color: #A8CC20; }
span { border-color: rgb(168,204,32); }
td.TdClassName
{
border-color: #A8CC20;
}
.TagClassName
{
border-color: #A8CC20;
}
</style>