Shades of Citrus #9AB616
Tints of Citrus #9AB616
RGB
CMYK
RGB Variations
Color information
#9AB616 (or 0x9AB616) is known color: Citrus. HEX triplet: 9A, B6 and 16. RGB value is (154,182,22). Sum of RGB (Red+Green+Blue) = 154+182+22=358 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.02% from 358); Green value is 182 (71.48% from 255 or 50.84% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB616 is #6549E9. Grayscale: #9B9B9B. Windows color (decimal): -6638058 or 1488538. OLE color: 1488538.
HSL color Cylindrical-coordinate representation of color #9AB616: hue angle of 70.5º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9AB616 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 182 | 22 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.29 |
| HSL | 70.5º | 0.78% | 0.4% | - |
| HSV(B) | 70.5º | 0.88% | 0.71% | - |
| XYZ | 30.2 | 40.38 | 6.96 | - |
| YUV | 155.39 | 52.72 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 182 | 22 | 0.15 | 0 | 0.88 | 0.29 | 70.5 | 0.78 | 0.4 |
| Hex | 9A | B6 | 16 | F | 0 | 58 | 1D | 46 | 4E | 28 |
| Octal | 232 | 266 | 26 | 17 | 0 | 130 | 35 | 106 | 116 | 50 |
| Binary | 10011010 | 10110110 | 10110 | 1111 | 0 | 1011000 | 11101 | 1000110 | 1001110 | 101000 |
Color Harmonies of #9AB616
Complementary color
Monochromatic Colors of #9AB616
Black with #9AB616
Text Example
Text Example
White with #9AB616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB616; }
p { color: rgb(154,182,22); }
H1.HeaderClassName
{
color: #9AB616;
}
.AnyTagClassName
{
color: #9AB616;
}
</style>
background-color css
<style>
a { background-color: #9AB616; }
a { background-color: rgb(154,182,22); }
div.DivClassName
{
background-color: #9AB616;
}
.BgClassName
{
background-color: #9AB616;
}
</style>
border-color css
<style>
span { border-color: #9AB616; }
span { border-color: rgb(154,182,22); }
td.TdClassName
{
border-color: #9AB616;
}
.TagClassName
{
border-color: #9AB616;
}
</style>