Shades of Bahia #9AD018
Tints of Bahia #9AD018
RGB
CMYK
RGB Variations
Color information
#9AD018 (or 0x9AD018) is known color: Bahia. HEX triplet: 9A, D0 and 18. RGB value is (154,208,24). Sum of RGB (Red+Green+Blue) = 154+208+24=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 208 (81.64% from 255 or 53.89% from 386); Blue value is 24 (9.77% from 255 or 6.22% from 386); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD018 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD018 is #652FE7. Grayscale: #ABABAB. Windows color (decimal): -6631400 or 1626266. OLE color: 1626266.
HSL color Cylindrical-coordinate representation of color #9AD018: hue angle of 77.61º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9AD018 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 208 | 24 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.18 |
| HSL | 77.61º | 0.79% | 0.45% | - |
| HSV(B) | 77.61º | 0.88% | 0.82% | - |
| XYZ | 36.05 | 52.05 | 9.01 | - |
| YUV | 170.88 | 45.11 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 24 | 0.26 | 0 | 0.88 | 0.18 | 77.61 | 0.79 | 0.45 |
| Hex | 9A | D0 | 18 | 1A | 0 | 58 | 12 | 4E | 4F | 2D |
| Octal | 232 | 320 | 30 | 32 | 0 | 130 | 22 | 116 | 117 | 55 |
| Binary | 10011010 | 11010000 | 11000 | 11010 | 0 | 1011000 | 10010 | 1001110 | 1001111 | 101101 |
Color Harmonies of #9AD018
Complementary color
Monochromatic Colors of #9AD018
Black with #9AD018
Text Example
Text Example
White with #9AD018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD018; }
p { color: rgb(154,208,24); }
H1.HeaderClassName
{
color: #9AD018;
}
.AnyTagClassName
{
color: #9AD018;
}
</style>
background-color css
<style>
a { background-color: #9AD018; }
a { background-color: rgb(154,208,24); }
div.DivClassName
{
background-color: #9AD018;
}
.BgClassName
{
background-color: #9AD018;
}
</style>
border-color css
<style>
span { border-color: #9AD018; }
span { border-color: rgb(154,208,24); }
td.TdClassName
{
border-color: #9AD018;
}
.TagClassName
{
border-color: #9AD018;
}
</style>