Shades of Bahia #9AC91D
Tints of Bahia #9AC91D
RGB
CMYK
RGB Variations
Color information
#9AC91D (or 0x9AC91D) is known color: Bahia. HEX triplet: 9A, C9 and 1D. RGB value is (154,201,29). Sum of RGB (Red+Green+Blue) = 154+201+29=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 201 (78.91% from 255 or 52.34% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC91D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC91D is #6536E2. Grayscale: #A7A7A7. Windows color (decimal): -6633187 or 1952154. OLE color: 1952154.
HSL color Cylindrical-coordinate representation of color #9AC91D: hue angle of 76.4º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9AC91D is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 201 | 29 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.21 |
| HSL | 76.4º | 0.75% | 0.45% | - |
| HSV(B) | 76.4º | 0.86% | 0.79% | - |
| XYZ | 34.43 | 48.73 | 8.75 | - |
| YUV | 167.34 | 49.93 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 201 | 29 | 0.23 | 0 | 0.86 | 0.21 | 76.4 | 0.75 | 0.45 |
| Hex | 9A | C9 | 1D | 17 | 0 | 56 | 15 | 4C | 4B | 2D |
| Octal | 232 | 311 | 35 | 27 | 0 | 126 | 25 | 114 | 113 | 55 |
| Binary | 10011010 | 11001001 | 11101 | 10111 | 0 | 1010110 | 10101 | 1001100 | 1001011 | 101101 |
Color Harmonies of #9AC91D
Complementary color
Monochromatic Colors of #9AC91D
Black with #9AC91D
Text Example
Text Example
White with #9AC91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC91D; }
p { color: rgb(154,201,29); }
H1.HeaderClassName
{
color: #9AC91D;
}
.AnyTagClassName
{
color: #9AC91D;
}
</style>
background-color css
<style>
a { background-color: #9AC91D; }
a { background-color: rgb(154,201,29); }
div.DivClassName
{
background-color: #9AC91D;
}
.BgClassName
{
background-color: #9AC91D;
}
</style>
border-color css
<style>
span { border-color: #9AC91D; }
span { border-color: rgb(154,201,29); }
td.TdClassName
{
border-color: #9AC91D;
}
.TagClassName
{
border-color: #9AC91D;
}
</style>