Shades of Citrus #9AB900
Tints of Citrus #9AB900
RGB
CMYK
RGB Variations
Color information
#9AB900 (or 0x9AB900) is known color: Citrus. HEX triplet: 9A, B9 and 00. RGB value is (154,185,0). Sum of RGB (Red+Green+Blue) = 154+185+0=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 185 (72.66% from 255 or 54.57% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB900 is #6546FF. Grayscale: #9B9B9B. Windows color (decimal): -6637312 or 47514. OLE color: 47514.
HSL color Cylindrical-coordinate representation of color #9AB900: hue angle of 70.05º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9AB900 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 185 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.27 |
| HSL | 70.05º | 1% | 0.36% | - |
| HSV(B) | 70.05º | 1% | 0.73% | - |
| XYZ | 30.68 | 41.57 | 6.41 | - |
| YUV | 154.64 | 40.73 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 0 | 0.17 | 0 | 1 | 0.27 | 70.05 | 1 | 0.36 |
| Hex | 9A | B9 | 0 | 11 | 0 | 64 | 1B | 46 | 64 | 24 |
| Octal | 232 | 271 | 0 | 21 | 0 | 144 | 33 | 106 | 144 | 44 |
| Binary | 10011010 | 10111001 | 0 | 10001 | 0 | 1100100 | 11011 | 1000110 | 1100100 | 100100 |
Color Harmonies of #9AB900
Complementary color
Monochromatic Colors of #9AB900
Black with #9AB900
Text Example
Text Example
White with #9AB900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB900; }
p { color: rgb(154,185,0); }
H1.HeaderClassName
{
color: #9AB900;
}
.AnyTagClassName
{
color: #9AB900;
}
</style>
background-color css
<style>
a { background-color: #9AB900; }
a { background-color: rgb(154,185,0); }
div.DivClassName
{
background-color: #9AB900;
}
.BgClassName
{
background-color: #9AB900;
}
</style>
border-color css
<style>
span { border-color: #9AB900; }
span { border-color: rgb(154,185,0); }
td.TdClassName
{
border-color: #9AB900;
}
.TagClassName
{
border-color: #9AB900;
}
</style>