Shades of Citrus #9AC40B
Tints of Citrus #9AC40B
RGB
CMYK
RGB Variations
Color information
#9AC40B (or 0x9AC40B) is known color: Citrus. HEX triplet: 9A, C4 and 0B. RGB value is (154,196,11). Sum of RGB (Red+Green+Blue) = 154+196+11=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 196 (76.95% from 255 or 54.29% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 196 - color contains mainly: green. Hex color #9AC40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC40B is #653BF4. Grayscale: #A3A3A3. Windows color (decimal): -6634485 or 771226. OLE color: 771226.
HSL color Cylindrical-coordinate representation of color #9AC40B: hue angle of 73.62º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9AC40B is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 196 | 11 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.23 |
| HSL | 73.62º | 0.89% | 0.41% | - |
| HSV(B) | 73.62º | 0.94% | 0.77% | - |
| XYZ | 33.13 | 46.37 | 7.52 | - |
| YUV | 162.35 | 42.59 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 196 | 11 | 0.21 | 0 | 0.94 | 0.23 | 73.62 | 0.89 | 0.41 |
| Hex | 9A | C4 | B | 15 | 0 | 5E | 17 | 4A | 59 | 29 |
| Octal | 232 | 304 | 13 | 25 | 0 | 136 | 27 | 112 | 131 | 51 |
| Binary | 10011010 | 11000100 | 1011 | 10101 | 0 | 1011110 | 10111 | 1001010 | 1011001 | 101001 |
Color Harmonies of #9AC40B
Complementary color
Monochromatic Colors of #9AC40B
Black with #9AC40B
Text Example
Text Example
White with #9AC40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC40B; }
p { color: rgb(154,196,11); }
H1.HeaderClassName
{
color: #9AC40B;
}
.AnyTagClassName
{
color: #9AC40B;
}
</style>
background-color css
<style>
a { background-color: #9AC40B; }
a { background-color: rgb(154,196,11); }
div.DivClassName
{
background-color: #9AC40B;
}
.BgClassName
{
background-color: #9AC40B;
}
</style>
border-color css
<style>
span { border-color: #9AC40B; }
span { border-color: rgb(154,196,11); }
td.TdClassName
{
border-color: #9AC40B;
}
.TagClassName
{
border-color: #9AC40B;
}
</style>