Shades of Bahia #A8CF21
Tints of Bahia #A8CF21
RGB
CMYK
RGB Variations
Color information
#A8CF21 (or 0xA8CF21) is known color: Bahia. HEX triplet: A8, CF and 21. RGB value is (168,207,33). Sum of RGB (Red+Green+Blue) = 168+207+33=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 33 (13.28% from 255 or 8.09% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CF21 is #5730DE. Grayscale: #B0B0B0. Windows color (decimal): -5714143 or 2215848. OLE color: 2215848.
HSL color Cylindrical-coordinate representation of color #A8CF21: hue angle of 73.45º 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 #A8CF21 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 33 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.19 |
| HSL | 73.45º | 0.73% | 0.47% | - |
| HSV(B) | 73.45º | 0.84% | 0.81% | - |
| XYZ | 38.74 | 53.06 | 9.64 | - |
| YUV | 175.5 | 47.58 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 33 | 0.19 | 0 | 0.84 | 0.19 | 73.45 | 0.73 | 0.47 |
| Hex | A8 | CF | 21 | 13 | 0 | 54 | 13 | 49 | 48 | 2F |
| Octal | 250 | 317 | 41 | 23 | 0 | 124 | 23 | 111 | 110 | 57 |
| Binary | 10101000 | 11001111 | 100001 | 10011 | 0 | 1010100 | 10011 | 1001001 | 1001000 | 101111 |
Color Harmonies of #A8CF21
Complementary color
Monochromatic Colors of #A8CF21
Black with #A8CF21
Text Example
Text Example
White with #A8CF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF21; }
p { color: rgb(168,207,33); }
H1.HeaderClassName
{
color: #A8CF21;
}
.AnyTagClassName
{
color: #A8CF21;
}
</style>
background-color css
<style>
a { background-color: #A8CF21; }
a { background-color: rgb(168,207,33); }
div.DivClassName
{
background-color: #A8CF21;
}
.BgClassName
{
background-color: #A8CF21;
}
</style>
border-color css
<style>
span { border-color: #A8CF21; }
span { border-color: rgb(168,207,33); }
td.TdClassName
{
border-color: #A8CF21;
}
.TagClassName
{
border-color: #A8CF21;
}
</style>