Shades of Bahia #A8CF24
Tints of Bahia #A8CF24
RGB
CMYK
RGB Variations
Color information
#A8CF24 (or 0xA8CF24) is known color: Bahia. HEX triplet: A8, CF and 24. RGB value is (168,207,36). Sum of RGB (Red+Green+Blue) = 168+207+36=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 36 (14.45% from 255 or 8.76% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CF24 is #5730DB. Grayscale: #B0B0B0. Windows color (decimal): -5714140 or 2412456. OLE color: 2412456.
HSL color Cylindrical-coordinate representation of color #A8CF24: hue angle of 73.68º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8CF24 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 36 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.19 |
| HSL | 73.68º | 0.7% | 0.48% | - |
| HSV(B) | 73.68º | 0.83% | 0.81% | - |
| XYZ | 38.78 | 53.08 | 9.87 | - |
| YUV | 175.85 | 49.08 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 36 | 0.19 | 0 | 0.83 | 0.19 | 73.68 | 0.7 | 0.48 |
| Hex | A8 | CF | 24 | 13 | 0 | 53 | 13 | 4A | 46 | 30 |
| Octal | 250 | 317 | 44 | 23 | 0 | 123 | 23 | 112 | 106 | 60 |
| Binary | 10101000 | 11001111 | 100100 | 10011 | 0 | 1010011 | 10011 | 1001010 | 1000110 | 110000 |
Color Harmonies of #A8CF24
Complementary color
Monochromatic Colors of #A8CF24
Black with #A8CF24
Text Example
Text Example
White with #A8CF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF24; }
p { color: rgb(168,207,36); }
H1.HeaderClassName
{
color: #A8CF24;
}
.AnyTagClassName
{
color: #A8CF24;
}
</style>
background-color css
<style>
a { background-color: #A8CF24; }
a { background-color: rgb(168,207,36); }
div.DivClassName
{
background-color: #A8CF24;
}
.BgClassName
{
background-color: #A8CF24;
}
</style>
border-color css
<style>
span { border-color: #A8CF24; }
span { border-color: rgb(168,207,36); }
td.TdClassName
{
border-color: #A8CF24;
}
.TagClassName
{
border-color: #A8CF24;
}
</style>