Shades of Bahia #A7CF0F
Tints of Bahia #A7CF0F
RGB
CMYK
RGB Variations
Color information
#A7CF0F (or 0xA7CF0F) is known color: Bahia. HEX triplet: A7, CF and 0F. RGB value is (167,207,15). Sum of RGB (Red+Green+Blue) = 167+207+15=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 207 (81.25% from 255 or 53.21% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7CF0F is #5830F0. Grayscale: #ADADAD. Windows color (decimal): -5779697 or 1036199. OLE color: 1036199.
HSL color Cylindrical-coordinate representation of color #A7CF0F: hue angle of 72.5º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7CF0F is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 207 | 15 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.19 |
| HSL | 72.5º | 0.86% | 0.44% | - |
| HSV(B) | 72.5º | 0.93% | 0.81% | - |
| XYZ | 38.34 | 52.88 | 8.64 | - |
| YUV | 173.15 | 38.75 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 207 | 15 | 0.19 | 0 | 0.93 | 0.19 | 72.5 | 0.86 | 0.44 |
| Hex | A7 | CF | F | 13 | 0 | 5D | 13 | 48 | 56 | 2C |
| Octal | 247 | 317 | 17 | 23 | 0 | 135 | 23 | 110 | 126 | 54 |
| Binary | 10100111 | 11001111 | 1111 | 10011 | 0 | 1011101 | 10011 | 1001000 | 1010110 | 101100 |
Color Harmonies of #A7CF0F
Complementary color
Monochromatic Colors of #A7CF0F
Black with #A7CF0F
Text Example
Text Example
White with #A7CF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CF0F; }
p { color: rgb(167,207,15); }
H1.HeaderClassName
{
color: #A7CF0F;
}
.AnyTagClassName
{
color: #A7CF0F;
}
</style>
background-color css
<style>
a { background-color: #A7CF0F; }
a { background-color: rgb(167,207,15); }
div.DivClassName
{
background-color: #A7CF0F;
}
.BgClassName
{
background-color: #A7CF0F;
}
</style>
border-color css
<style>
span { border-color: #A7CF0F; }
span { border-color: rgb(167,207,15); }
td.TdClassName
{
border-color: #A7CF0F;
}
.TagClassName
{
border-color: #A7CF0F;
}
</style>