Shades of Citrus #9AB60E
Tints of Citrus #9AB60E
RGB
CMYK
RGB Variations
Color information
#9AB60E (or 0x9AB60E) is known color: Citrus. HEX triplet: 9A, B6 and 0E. RGB value is (154,182,14). Sum of RGB (Red+Green+Blue) = 154+182+14=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB60E is #6549F1. Grayscale: #9B9B9B. Windows color (decimal): -6638066 or 964250. OLE color: 964250.
HSL color Cylindrical-coordinate representation of color #9AB60E: hue angle of 70º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9AB60E is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 182 | 14 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.29 |
| HSL | 70º | 0.86% | 0.38% | - |
| HSV(B) | 70º | 0.92% | 0.71% | - |
| XYZ | 30.13 | 40.36 | 6.62 | - |
| YUV | 154.48 | 48.72 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 182 | 14 | 0.15 | 0 | 0.92 | 0.29 | 70 | 0.86 | 0.38 |
| Hex | 9A | B6 | E | F | 0 | 5C | 1D | 46 | 56 | 26 |
| Octal | 232 | 266 | 16 | 17 | 0 | 134 | 35 | 106 | 126 | 46 |
| Binary | 10011010 | 10110110 | 1110 | 1111 | 0 | 1011100 | 11101 | 1000110 | 1010110 | 100110 |
Color Harmonies of #9AB60E
Complementary color
Monochromatic Colors of #9AB60E
Black with #9AB60E
Text Example
Text Example
White with #9AB60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB60E; }
p { color: rgb(154,182,14); }
H1.HeaderClassName
{
color: #9AB60E;
}
.AnyTagClassName
{
color: #9AB60E;
}
</style>
background-color css
<style>
a { background-color: #9AB60E; }
a { background-color: rgb(154,182,14); }
div.DivClassName
{
background-color: #9AB60E;
}
.BgClassName
{
background-color: #9AB60E;
}
</style>
border-color css
<style>
span { border-color: #9AB60E; }
span { border-color: rgb(154,182,14); }
td.TdClassName
{
border-color: #9AB60E;
}
.TagClassName
{
border-color: #9AB60E;
}
</style>