Shades of Citrus #9AB50A
Tints of Citrus #9AB50A
RGB
CMYK
RGB Variations
Color information
#9AB50A (or 0x9AB50A) is known color: Citrus. HEX triplet: 9A, B5 and 0A. RGB value is (154,181,10). Sum of RGB (Red+Green+Blue) = 154+181+10=345 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.64% from 345); Green value is 181 (71.09% from 255 or 52.46% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB50A is #654AF5. Grayscale: #9A9A9A. Windows color (decimal): -6638326 or 701850. OLE color: 701850.
HSL color Cylindrical-coordinate representation of color #9AB50A: hue angle of 69.47º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9AB50A is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 181 | 10 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.29 |
| HSL | 69.47º | 0.9% | 0.37% | - |
| HSV(B) | 69.47º | 0.94% | 0.71% | - |
| XYZ | 29.91 | 39.94 | 6.42 | - |
| YUV | 153.43 | 47.05 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 181 | 10 | 0.15 | 0 | 0.94 | 0.29 | 69.47 | 0.9 | 0.37 |
| Hex | 9A | B5 | A | F | 0 | 5E | 1D | 45 | 5A | 25 |
| Octal | 232 | 265 | 12 | 17 | 0 | 136 | 35 | 105 | 132 | 45 |
| Binary | 10011010 | 10110101 | 1010 | 1111 | 0 | 1011110 | 11101 | 1000101 | 1011010 | 100101 |
Color Harmonies of #9AB50A
Complementary color
Monochromatic Colors of #9AB50A
Black with #9AB50A
Text Example
Text Example
White with #9AB50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB50A; }
p { color: rgb(154,181,10); }
H1.HeaderClassName
{
color: #9AB50A;
}
.AnyTagClassName
{
color: #9AB50A;
}
</style>
background-color css
<style>
a { background-color: #9AB50A; }
a { background-color: rgb(154,181,10); }
div.DivClassName
{
background-color: #9AB50A;
}
.BgClassName
{
background-color: #9AB50A;
}
</style>
border-color css
<style>
span { border-color: #9AB50A; }
span { border-color: rgb(154,181,10); }
td.TdClassName
{
border-color: #9AB50A;
}
.TagClassName
{
border-color: #9AB50A;
}
</style>