Shades of Bahia #A5D117
Tints of Bahia #A5D117
RGB
CMYK
RGB Variations
Color information
#A5D117 (or 0xA5D117) is known color: Bahia. HEX triplet: A5, D1 and 17. RGB value is (165,209,23). Sum of RGB (Red+Green+Blue) = 165+209+23=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 209 (82.03% from 255 or 52.64% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D117 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D117 is #5A2EE8. Grayscale: #AFAFAF. Windows color (decimal): -5910249 or 1560997. OLE color: 1560997.
HSL color Cylindrical-coordinate representation of color #A5D117: hue angle of 74.19º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A5D117 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 209 | 23 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.18 |
| HSL | 74.19º | 0.8% | 0.45% | - |
| HSV(B) | 74.19º | 0.89% | 0.82% | - |
| XYZ | 38.47 | 53.66 | 9.14 | - |
| YUV | 174.64 | 42.42 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 209 | 23 | 0.21 | 0 | 0.89 | 0.18 | 74.19 | 0.8 | 0.45 |
| Hex | A5 | D1 | 17 | 15 | 0 | 59 | 12 | 4A | 50 | 2D |
| Octal | 245 | 321 | 27 | 25 | 0 | 131 | 22 | 112 | 120 | 55 |
| Binary | 10100101 | 11010001 | 10111 | 10101 | 0 | 1011001 | 10010 | 1001010 | 1010000 | 101101 |
Color Harmonies of #A5D117
Complementary color
Monochromatic Colors of #A5D117
Black with #A5D117
Text Example
Text Example
White with #A5D117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D117; }
p { color: rgb(165,209,23); }
H1.HeaderClassName
{
color: #A5D117;
}
.AnyTagClassName
{
color: #A5D117;
}
</style>
background-color css
<style>
a { background-color: #A5D117; }
a { background-color: rgb(165,209,23); }
div.DivClassName
{
background-color: #A5D117;
}
.BgClassName
{
background-color: #A5D117;
}
</style>
border-color css
<style>
span { border-color: #A5D117; }
span { border-color: rgb(165,209,23); }
td.TdClassName
{
border-color: #A5D117;
}
.TagClassName
{
border-color: #A5D117;
}
</style>