Shades of Citrus #9AC00B
Tints of Citrus #9AC00B
RGB
CMYK
RGB Variations
Color information
#9AC00B (or 0x9AC00B) is known color: Citrus. HEX triplet: 9A, C0 and 0B. RGB value is (154,192,11). Sum of RGB (Red+Green+Blue) = 154+192+11=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC00B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC00B is #653FF4. Grayscale: #A0A0A0. Windows color (decimal): -6635509 or 770202. OLE color: 770202.
HSL color Cylindrical-coordinate representation of color #9AC00B: hue angle of 72.6º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9AC00B is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 11 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.25 |
| HSL | 72.6º | 0.89% | 0.4% | - |
| HSV(B) | 72.6º | 0.94% | 0.75% | - |
| XYZ | 32.24 | 44.59 | 7.22 | - |
| YUV | 160 | 43.91 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 11 | 0.20 | 0 | 0.94 | 0.25 | 72.6 | 0.89 | 0.4 |
| Hex | 9A | C0 | B | 14 | 0 | 5E | 19 | 49 | 59 | 28 |
| Octal | 232 | 300 | 13 | 24 | 0 | 136 | 31 | 111 | 131 | 50 |
| Binary | 10011010 | 11000000 | 1011 | 10100 | 0 | 1011110 | 11001 | 1001001 | 1011001 | 101000 |
Color Harmonies of #9AC00B
Complementary color
Monochromatic Colors of #9AC00B
Black with #9AC00B
Text Example
Text Example
White with #9AC00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC00B; }
p { color: rgb(154,192,11); }
H1.HeaderClassName
{
color: #9AC00B;
}
.AnyTagClassName
{
color: #9AC00B;
}
</style>
background-color css
<style>
a { background-color: #9AC00B; }
a { background-color: rgb(154,192,11); }
div.DivClassName
{
background-color: #9AC00B;
}
.BgClassName
{
background-color: #9AC00B;
}
</style>
border-color css
<style>
span { border-color: #9AC00B; }
span { border-color: rgb(154,192,11); }
td.TdClassName
{
border-color: #9AC00B;
}
.TagClassName
{
border-color: #9AC00B;
}
</style>