Shades of Citrus #9AB700
Tints of Citrus #9AB700
RGB
CMYK
RGB Variations
Color information
#9AB700 (or 0x9AB700) is known color: Citrus. HEX triplet: 9A, B7 and 00. RGB value is (154,183,0). Sum of RGB (Red+Green+Blue) = 154+183+0=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 183 (71.88% from 255 or 54.30% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB700 is #6548FF. Grayscale: #9A9A9A. Windows color (decimal): -6637824 or 47002. OLE color: 47002.
HSL color Cylindrical-coordinate representation of color #9AB700: hue angle of 69.51º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9AB700 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 183 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.28 |
| HSL | 69.51º | 1% | 0.36% | - |
| HSV(B) | 69.51º | 1% | 0.72% | - |
| XYZ | 30.26 | 40.74 | 6.27 | - |
| YUV | 153.47 | 41.39 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 183 | 0 | 0.16 | 0 | 1 | 0.28 | 69.51 | 1 | 0.36 |
| Hex | 9A | B7 | 0 | 10 | 0 | 64 | 1C | 46 | 64 | 24 |
| Octal | 232 | 267 | 0 | 20 | 0 | 144 | 34 | 106 | 144 | 44 |
| Binary | 10011010 | 10110111 | 0 | 10000 | 0 | 1100100 | 11100 | 1000110 | 1100100 | 100100 |
Color Harmonies of #9AB700
Complementary color
Monochromatic Colors of #9AB700
Black with #9AB700
Text Example
Text Example
White with #9AB700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB700; }
p { color: rgb(154,183,0); }
H1.HeaderClassName
{
color: #9AB700;
}
.AnyTagClassName
{
color: #9AB700;
}
</style>
background-color css
<style>
a { background-color: #9AB700; }
a { background-color: rgb(154,183,0); }
div.DivClassName
{
background-color: #9AB700;
}
.BgClassName
{
background-color: #9AB700;
}
</style>
border-color css
<style>
span { border-color: #9AB700; }
span { border-color: rgb(154,183,0); }
td.TdClassName
{
border-color: #9AB700;
}
.TagClassName
{
border-color: #9AB700;
}
</style>