Shades of Citrus #9AB50B
Tints of Citrus #9AB50B
RGB
CMYK
RGB Variations
Color information
#9AB50B (or 0x9AB50B) is known color: Citrus. HEX triplet: 9A, B5 and 0B. RGB value is (154,181,11). Sum of RGB (Red+Green+Blue) = 154+181+11=346 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.51% from 346); Green value is 181 (71.09% from 255 or 52.31% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB50B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB50B is #654AF4. Grayscale: #9A9A9A. Windows color (decimal): -6638325 or 767386. OLE color: 767386.
HSL color Cylindrical-coordinate representation of color #9AB50B: hue angle of 69.53º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9AB50B is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 181 | 11 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.29 |
| HSL | 69.53º | 0.89% | 0.38% | - |
| HSV(B) | 69.53º | 0.94% | 0.71% | - |
| XYZ | 29.91 | 39.94 | 6.45 | - |
| YUV | 153.55 | 47.55 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 181 | 11 | 0.15 | 0 | 0.94 | 0.29 | 69.53 | 0.89 | 0.38 |
| Hex | 9A | B5 | B | F | 0 | 5E | 1D | 46 | 59 | 26 |
| Octal | 232 | 265 | 13 | 17 | 0 | 136 | 35 | 106 | 131 | 46 |
| Binary | 10011010 | 10110101 | 1011 | 1111 | 0 | 1011110 | 11101 | 1000110 | 1011001 | 100110 |
Color Harmonies of #9AB50B
Complementary color
Monochromatic Colors of #9AB50B
Black with #9AB50B
Text Example
Text Example
White with #9AB50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB50B; }
p { color: rgb(154,181,11); }
H1.HeaderClassName
{
color: #9AB50B;
}
.AnyTagClassName
{
color: #9AB50B;
}
</style>
background-color css
<style>
a { background-color: #9AB50B; }
a { background-color: rgb(154,181,11); }
div.DivClassName
{
background-color: #9AB50B;
}
.BgClassName
{
background-color: #9AB50B;
}
</style>
border-color css
<style>
span { border-color: #9AB50B; }
span { border-color: rgb(154,181,11); }
td.TdClassName
{
border-color: #9AB50B;
}
.TagClassName
{
border-color: #9AB50B;
}
</style>