Shades of Bahia #A7CE18
Tints of Bahia #A7CE18
RGB
CMYK
RGB Variations
Color information
#A7CE18 (or 0xA7CE18) is known color: Bahia. HEX triplet: A7, CE and 18. RGB value is (167,206,24). Sum of RGB (Red+Green+Blue) = 167+206+24=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 206 (80.86% from 255 or 51.89% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CE18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7CE18 is #5831E7. Grayscale: #AEAEAE. Windows color (decimal): -5779944 or 1625767. OLE color: 1625767.
HSL color Cylindrical-coordinate representation of color #A7CE18: hue angle of 72.86º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A7CE18 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 206 | 24 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.19 |
| HSL | 72.86º | 0.79% | 0.45% | - |
| HSV(B) | 72.86º | 0.88% | 0.81% | - |
| XYZ | 38.17 | 52.42 | 8.97 | - |
| YUV | 173.59 | 43.58 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 206 | 24 | 0.19 | 0 | 0.88 | 0.19 | 72.86 | 0.79 | 0.45 |
| Hex | A7 | CE | 18 | 13 | 0 | 58 | 13 | 49 | 4F | 2D |
| Octal | 247 | 316 | 30 | 23 | 0 | 130 | 23 | 111 | 117 | 55 |
| Binary | 10100111 | 11001110 | 11000 | 10011 | 0 | 1011000 | 10011 | 1001001 | 1001111 | 101101 |
Color Harmonies of #A7CE18
Complementary color
Monochromatic Colors of #A7CE18
Black with #A7CE18
Text Example
Text Example
White with #A7CE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CE18; }
p { color: rgb(167,206,24); }
H1.HeaderClassName
{
color: #A7CE18;
}
.AnyTagClassName
{
color: #A7CE18;
}
</style>
background-color css
<style>
a { background-color: #A7CE18; }
a { background-color: rgb(167,206,24); }
div.DivClassName
{
background-color: #A7CE18;
}
.BgClassName
{
background-color: #A7CE18;
}
</style>
border-color css
<style>
span { border-color: #A7CE18; }
span { border-color: rgb(167,206,24); }
td.TdClassName
{
border-color: #A7CE18;
}
.TagClassName
{
border-color: #A7CE18;
}
</style>