Shades of Bahia #A8CE20
Tints of Bahia #A8CE20
RGB
CMYK
RGB Variations
Color information
#A8CE20 (or 0xA8CE20) is known color: Bahia. HEX triplet: A8, CE and 20. RGB value is (168,206,32). Sum of RGB (Red+Green+Blue) = 168+206+32=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 206 (80.86% from 255 or 50.74% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CE20 is #5731DF. Grayscale: #AFAFAF. Windows color (decimal): -5714400 or 2150056. OLE color: 2150056.
HSL color Cylindrical-coordinate representation of color #A8CE20: hue angle of 73.1º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8CE20 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 32 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.19 |
| HSL | 73.1º | 0.73% | 0.47% | - |
| HSV(B) | 73.1º | 0.84% | 0.81% | - |
| XYZ | 38.48 | 52.57 | 9.49 | - |
| YUV | 174.8 | 47.41 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 32 | 0.18 | 0 | 0.84 | 0.19 | 73.1 | 0.73 | 0.47 |
| Hex | A8 | CE | 20 | 12 | 0 | 54 | 13 | 49 | 49 | 2F |
| Octal | 250 | 316 | 40 | 22 | 0 | 124 | 23 | 111 | 111 | 57 |
| Binary | 10101000 | 11001110 | 100000 | 10010 | 0 | 1010100 | 10011 | 1001001 | 1001001 | 101111 |
Color Harmonies of #A8CE20
Complementary color
Monochromatic Colors of #A8CE20
Black with #A8CE20
Text Example
Text Example
White with #A8CE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CE20; }
p { color: rgb(168,206,32); }
H1.HeaderClassName
{
color: #A8CE20;
}
.AnyTagClassName
{
color: #A8CE20;
}
</style>
background-color css
<style>
a { background-color: #A8CE20; }
a { background-color: rgb(168,206,32); }
div.DivClassName
{
background-color: #A8CE20;
}
.BgClassName
{
background-color: #A8CE20;
}
</style>
border-color css
<style>
span { border-color: #A8CE20; }
span { border-color: rgb(168,206,32); }
td.TdClassName
{
border-color: #A8CE20;
}
.TagClassName
{
border-color: #A8CE20;
}
</style>