Shades of Bahia #9AC220
Tints of Bahia #9AC220
RGB
CMYK
RGB Variations
Color information
#9AC220 (or 0x9AC220) is known color: Bahia. HEX triplet: 9A, C2 and 20. RGB value is (154,194,32). Sum of RGB (Red+Green+Blue) = 154+194+32=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 194 (76.17% from 255 or 51.05% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC220 is #653DDF. Grayscale: #A4A4A4. Windows color (decimal): -6634976 or 2146970. OLE color: 2146970.
HSL color Cylindrical-coordinate representation of color #9AC220: hue angle of 74.81º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9AC220 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 194 | 32 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.24 |
| HSL | 74.81º | 0.72% | 0.44% | - |
| HSV(B) | 74.81º | 0.84% | 0.76% | - |
| XYZ | 32.88 | 45.56 | 8.43 | - |
| YUV | 163.57 | 53.75 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 194 | 32 | 0.21 | 0 | 0.84 | 0.24 | 74.81 | 0.72 | 0.44 |
| Hex | 9A | C2 | 20 | 15 | 0 | 54 | 18 | 4B | 48 | 2C |
| Octal | 232 | 302 | 40 | 25 | 0 | 124 | 30 | 113 | 110 | 54 |
| Binary | 10011010 | 11000010 | 100000 | 10101 | 0 | 1010100 | 11000 | 1001011 | 1001000 | 101100 |
Color Harmonies of #9AC220
Complementary color
Monochromatic Colors of #9AC220
Black with #9AC220
Text Example
Text Example
White with #9AC220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC220; }
p { color: rgb(154,194,32); }
H1.HeaderClassName
{
color: #9AC220;
}
.AnyTagClassName
{
color: #9AC220;
}
</style>
background-color css
<style>
a { background-color: #9AC220; }
a { background-color: rgb(154,194,32); }
div.DivClassName
{
background-color: #9AC220;
}
.BgClassName
{
background-color: #9AC220;
}
</style>
border-color css
<style>
span { border-color: #9AC220; }
span { border-color: rgb(154,194,32); }
td.TdClassName
{
border-color: #9AC220;
}
.TagClassName
{
border-color: #9AC220;
}
</style>