Shades of Bahia #9ACF18
Tints of Bahia #9ACF18
RGB
CMYK
RGB Variations
Color information
#9ACF18 (or 0x9ACF18) is known color: Bahia. HEX triplet: 9A, CF and 18. RGB value is (154,207,24). Sum of RGB (Red+Green+Blue) = 154+207+24=385 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 24 (9.77% from 255 or 6.23% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ACF18 is #6530E7. Grayscale: #AAAAAA. Windows color (decimal): -6631656 or 1626010. OLE color: 1626010.
HSL color Cylindrical-coordinate representation of color #9ACF18: hue angle of 77.38º 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 #9ACF18 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 24 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.19 |
| HSL | 77.38º | 0.79% | 0.45% | - |
| HSV(B) | 77.38º | 0.88% | 0.81% | - |
| XYZ | 35.8 | 51.56 | 8.93 | - |
| YUV | 170.29 | 45.44 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 24 | 0.26 | 0 | 0.88 | 0.19 | 77.38 | 0.79 | 0.45 |
| Hex | 9A | CF | 18 | 1A | 0 | 58 | 13 | 4D | 4F | 2D |
| Octal | 232 | 317 | 30 | 32 | 0 | 130 | 23 | 115 | 117 | 55 |
| Binary | 10011010 | 11001111 | 11000 | 11010 | 0 | 1011000 | 10011 | 1001101 | 1001111 | 101101 |
Color Harmonies of #9ACF18
Complementary color
Monochromatic Colors of #9ACF18
Black with #9ACF18
Text Example
Text Example
White with #9ACF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACF18; }
p { color: rgb(154,207,24); }
H1.HeaderClassName
{
color: #9ACF18;
}
.AnyTagClassName
{
color: #9ACF18;
}
</style>
background-color css
<style>
a { background-color: #9ACF18; }
a { background-color: rgb(154,207,24); }
div.DivClassName
{
background-color: #9ACF18;
}
.BgClassName
{
background-color: #9ACF18;
}
</style>
border-color css
<style>
span { border-color: #9ACF18; }
span { border-color: rgb(154,207,24); }
td.TdClassName
{
border-color: #9ACF18;
}
.TagClassName
{
border-color: #9ACF18;
}
</style>