Shades of Bahia #9AC116
Tints of Bahia #9AC116
RGB
CMYK
RGB Variations
Color information
#9AC116 (or 0x9AC116) is known color: Bahia. HEX triplet: 9A, C1 and 16. RGB value is (154,193,22). Sum of RGB (Red+Green+Blue) = 154+193+22=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC116 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC116 is #653EE9. Grayscale: #A2A2A2. Windows color (decimal): -6635242 or 1491354. OLE color: 1491354.
HSL color Cylindrical-coordinate representation of color #9AC116: hue angle of 73.68º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9AC116 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 193 | 22 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.24 |
| HSL | 73.68º | 0.8% | 0.42% | - |
| HSV(B) | 73.68º | 0.89% | 0.76% | - |
| XYZ | 32.54 | 45.07 | 7.74 | - |
| YUV | 161.85 | 49.08 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 193 | 22 | 0.20 | 0 | 0.89 | 0.24 | 73.68 | 0.8 | 0.42 |
| Hex | 9A | C1 | 16 | 14 | 0 | 59 | 18 | 4A | 50 | 2A |
| Octal | 232 | 301 | 26 | 24 | 0 | 131 | 30 | 112 | 120 | 52 |
| Binary | 10011010 | 11000001 | 10110 | 10100 | 0 | 1011001 | 11000 | 1001010 | 1010000 | 101010 |
Color Harmonies of #9AC116
Complementary color
Monochromatic Colors of #9AC116
Black with #9AC116
Text Example
Text Example
White with #9AC116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC116; }
p { color: rgb(154,193,22); }
H1.HeaderClassName
{
color: #9AC116;
}
.AnyTagClassName
{
color: #9AC116;
}
</style>
background-color css
<style>
a { background-color: #9AC116; }
a { background-color: rgb(154,193,22); }
div.DivClassName
{
background-color: #9AC116;
}
.BgClassName
{
background-color: #9AC116;
}
</style>
border-color css
<style>
span { border-color: #9AC116; }
span { border-color: rgb(154,193,22); }
td.TdClassName
{
border-color: #9AC116;
}
.TagClassName
{
border-color: #9AC116;
}
</style>