Shades of Bahia #9AC516
Tints of Bahia #9AC516
RGB
CMYK
RGB Variations
Color information
#9AC516 (or 0x9AC516) is known color: Bahia. HEX triplet: 9A, C5 and 16. RGB value is (154,197,22). Sum of RGB (Red+Green+Blue) = 154+197+22=373 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.29% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #9AC516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC516 is #653AE9. Grayscale: #A4A4A4. Windows color (decimal): -6634218 or 1492378. OLE color: 1492378.
HSL color Cylindrical-coordinate representation of color #9AC516: hue angle of 74.74º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9AC516 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 197 | 22 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.23 |
| HSL | 74.74º | 0.8% | 0.43% | - |
| HSV(B) | 74.74º | 0.89% | 0.77% | - |
| XYZ | 33.44 | 46.86 | 8.04 | - |
| YUV | 164.19 | 47.75 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 197 | 22 | 0.22 | 0 | 0.89 | 0.23 | 74.74 | 0.8 | 0.43 |
| Hex | 9A | C5 | 16 | 16 | 0 | 59 | 17 | 4B | 50 | 2B |
| Octal | 232 | 305 | 26 | 26 | 0 | 131 | 27 | 113 | 120 | 53 |
| Binary | 10011010 | 11000101 | 10110 | 10110 | 0 | 1011001 | 10111 | 1001011 | 1010000 | 101011 |
Color Harmonies of #9AC516
Complementary color
Monochromatic Colors of #9AC516
Black with #9AC516
Text Example
Text Example
White with #9AC516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC516; }
p { color: rgb(154,197,22); }
H1.HeaderClassName
{
color: #9AC516;
}
.AnyTagClassName
{
color: #9AC516;
}
</style>
background-color css
<style>
a { background-color: #9AC516; }
a { background-color: rgb(154,197,22); }
div.DivClassName
{
background-color: #9AC516;
}
.BgClassName
{
background-color: #9AC516;
}
</style>
border-color css
<style>
span { border-color: #9AC516; }
span { border-color: rgb(154,197,22); }
td.TdClassName
{
border-color: #9AC516;
}
.TagClassName
{
border-color: #9AC516;
}
</style>