Shades of Bahia #A7CF24
Tints of Bahia #A7CF24
RGB
CMYK
RGB Variations
Color information
#A7CF24 (or 0xA7CF24) is known color: Bahia. HEX triplet: A7, CF and 24. RGB value is (167,207,36). Sum of RGB (Red+Green+Blue) = 167+207+36=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 36 (14.45% from 255 or 8.78% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7CF24 is #5830DB. Grayscale: #B0B0B0. Windows color (decimal): -5779676 or 2412455. OLE color: 2412455.
HSL color Cylindrical-coordinate representation of color #A7CF24: hue angle of 74.04º 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 #A7CF24 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 207 | 36 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.19 |
| HSL | 74.04º | 0.7% | 0.48% | - |
| HSV(B) | 74.04º | 0.83% | 0.81% | - |
| XYZ | 38.57 | 52.97 | 9.86 | - |
| YUV | 175.55 | 49.25 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 207 | 36 | 0.19 | 0 | 0.83 | 0.19 | 74.04 | 0.7 | 0.48 |
| Hex | A7 | CF | 24 | 13 | 0 | 53 | 13 | 4A | 46 | 30 |
| Octal | 247 | 317 | 44 | 23 | 0 | 123 | 23 | 112 | 106 | 60 |
| Binary | 10100111 | 11001111 | 100100 | 10011 | 0 | 1010011 | 10011 | 1001010 | 1000110 | 110000 |
Color Harmonies of #A7CF24
Complementary color
Monochromatic Colors of #A7CF24
Black with #A7CF24
Text Example
Text Example
White with #A7CF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CF24; }
p { color: rgb(167,207,36); }
H1.HeaderClassName
{
color: #A7CF24;
}
.AnyTagClassName
{
color: #A7CF24;
}
</style>
background-color css
<style>
a { background-color: #A7CF24; }
a { background-color: rgb(167,207,36); }
div.DivClassName
{
background-color: #A7CF24;
}
.BgClassName
{
background-color: #A7CF24;
}
</style>
border-color css
<style>
span { border-color: #A7CF24; }
span { border-color: rgb(167,207,36); }
td.TdClassName
{
border-color: #A7CF24;
}
.TagClassName
{
border-color: #A7CF24;
}
</style>