Shades of Bahia #A5CF0F
Tints of Bahia #A5CF0F
RGB
CMYK
RGB Variations
Color information
#A5CF0F (or 0xA5CF0F) is known color: Bahia. HEX triplet: A5, CF and 0F. RGB value is (165,207,15). Sum of RGB (Red+Green+Blue) = 165+207+15=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 207 (81.25% from 255 or 53.49% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5CF0F is #5A30F0. Grayscale: #ADADAD. Windows color (decimal): -5910769 or 1036197. OLE color: 1036197.
HSL color Cylindrical-coordinate representation of color #A5CF0F: hue angle of 73.12º 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 #A5CF0F is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 207 | 15 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.19 |
| HSL | 73.13º | 0.86% | 0.44% | - |
| HSV(B) | 73.13º | 0.93% | 0.81% | - |
| XYZ | 37.92 | 52.66 | 8.62 | - |
| YUV | 172.55 | 39.09 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 207 | 15 | 0.20 | 0 | 0.93 | 0.19 | 73.13 | 0.86 | 0.44 |
| Hex | A5 | CF | F | 14 | 0 | 5D | 13 | 49 | 56 | 2C |
| Octal | 245 | 317 | 17 | 24 | 0 | 135 | 23 | 111 | 126 | 54 |
| Binary | 10100101 | 11001111 | 1111 | 10100 | 0 | 1011101 | 10011 | 1001001 | 1010110 | 101100 |
Color Harmonies of #A5CF0F
Complementary color
Monochromatic Colors of #A5CF0F
Black with #A5CF0F
Text Example
Text Example
White with #A5CF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CF0F; }
p { color: rgb(165,207,15); }
H1.HeaderClassName
{
color: #A5CF0F;
}
.AnyTagClassName
{
color: #A5CF0F;
}
</style>
background-color css
<style>
a { background-color: #A5CF0F; }
a { background-color: rgb(165,207,15); }
div.DivClassName
{
background-color: #A5CF0F;
}
.BgClassName
{
background-color: #A5CF0F;
}
</style>
border-color css
<style>
span { border-color: #A5CF0F; }
span { border-color: rgb(165,207,15); }
td.TdClassName
{
border-color: #A5CF0F;
}
.TagClassName
{
border-color: #A5CF0F;
}
</style>