Shades of Bahia #9AC120
Tints of Bahia #9AC120
RGB
CMYK
RGB Variations
Color information
#9AC120 (or 0x9AC120) is known color: Bahia. HEX triplet: 9A, C1 and 20. RGB value is (154,193,32). Sum of RGB (Red+Green+Blue) = 154+193+32=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC120 is #653EDF. Grayscale: #A3A3A3. Windows color (decimal): -6635232 or 2146714. OLE color: 2146714.
HSL color Cylindrical-coordinate representation of color #9AC120: hue angle of 74.53º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9AC120 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 193 | 32 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.24 |
| HSL | 74.53º | 0.72% | 0.44% | - |
| HSV(B) | 74.53º | 0.83% | 0.76% | - |
| XYZ | 32.66 | 45.11 | 8.35 | - |
| YUV | 162.99 | 54.08 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 193 | 32 | 0.20 | 0 | 0.83 | 0.24 | 74.53 | 0.72 | 0.44 |
| Hex | 9A | C1 | 20 | 14 | 0 | 53 | 18 | 4B | 48 | 2C |
| Octal | 232 | 301 | 40 | 24 | 0 | 123 | 30 | 113 | 110 | 54 |
| Binary | 10011010 | 11000001 | 100000 | 10100 | 0 | 1010011 | 11000 | 1001011 | 1001000 | 101100 |
Color Harmonies of #9AC120
Complementary color
Monochromatic Colors of #9AC120
Black with #9AC120
Text Example
Text Example
White with #9AC120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC120; }
p { color: rgb(154,193,32); }
H1.HeaderClassName
{
color: #9AC120;
}
.AnyTagClassName
{
color: #9AC120;
}
</style>
background-color css
<style>
a { background-color: #9AC120; }
a { background-color: rgb(154,193,32); }
div.DivClassName
{
background-color: #9AC120;
}
.BgClassName
{
background-color: #9AC120;
}
</style>
border-color css
<style>
span { border-color: #9AC120; }
span { border-color: rgb(154,193,32); }
td.TdClassName
{
border-color: #9AC120;
}
.TagClassName
{
border-color: #9AC120;
}
</style>