Shades of Bahia #9AC117
Tints of Bahia #9AC117
RGB
CMYK
RGB Variations
Color information
#9AC117 (or 0x9AC117) is known color: Bahia. HEX triplet: 9A, C1 and 17. RGB value is (154,193,23). Sum of RGB (Red+Green+Blue) = 154+193+23=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 193 (75.78% from 255 or 52.16% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC117 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC117 is #653EE8. Grayscale: #A2A2A2. Windows color (decimal): -6635241 or 1556890. OLE color: 1556890.
HSL color Cylindrical-coordinate representation of color #9AC117: hue angle of 73.76º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9AC117 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 193 | 23 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.24 |
| HSL | 73.76º | 0.79% | 0.42% | - |
| HSV(B) | 73.76º | 0.88% | 0.76% | - |
| XYZ | 32.55 | 45.07 | 7.79 | - |
| YUV | 161.96 | 49.58 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 193 | 23 | 0.20 | 0 | 0.88 | 0.24 | 73.76 | 0.79 | 0.42 |
| Hex | 9A | C1 | 17 | 14 | 0 | 58 | 18 | 4A | 4F | 2A |
| Octal | 232 | 301 | 27 | 24 | 0 | 130 | 30 | 112 | 117 | 52 |
| Binary | 10011010 | 11000001 | 10111 | 10100 | 0 | 1011000 | 11000 | 1001010 | 1001111 | 101010 |
Color Harmonies of #9AC117
Complementary color
Monochromatic Colors of #9AC117
Black with #9AC117
Text Example
Text Example
White with #9AC117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC117; }
p { color: rgb(154,193,23); }
H1.HeaderClassName
{
color: #9AC117;
}
.AnyTagClassName
{
color: #9AC117;
}
</style>
background-color css
<style>
a { background-color: #9AC117; }
a { background-color: rgb(154,193,23); }
div.DivClassName
{
background-color: #9AC117;
}
.BgClassName
{
background-color: #9AC117;
}
</style>
border-color css
<style>
span { border-color: #9AC117; }
span { border-color: rgb(154,193,23); }
td.TdClassName
{
border-color: #9AC117;
}
.TagClassName
{
border-color: #9AC117;
}
</style>