Shades of Citrus #9AB20A
Tints of Citrus #9AB20A
RGB
CMYK
RGB Variations
Color information
#9AB20A (or 0x9AB20A) is known color: Citrus. HEX triplet: 9A, B2 and 0A. RGB value is (154,178,10). Sum of RGB (Red+Green+Blue) = 154+178+10=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 178 (69.92% from 255 or 52.05% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB20A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AB20A is #654DF5. Grayscale: #989898. Windows color (decimal): -6639094 or 701082. OLE color: 701082.
HSL color Cylindrical-coordinate representation of color #9AB20A: hue angle of 68.57º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9AB20A is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 178 | 10 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.30 |
| HSL | 68.57º | 0.89% | 0.37% | - |
| HSV(B) | 68.57º | 0.94% | 0.7% | - |
| XYZ | 29.3 | 38.73 | 6.22 | - |
| YUV | 151.67 | 48.05 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 178 | 10 | 0.13 | 0 | 0.94 | 0.30 | 68.57 | 0.89 | 0.37 |
| Hex | 9A | B2 | A | D | 0 | 5E | 1E | 45 | 59 | 25 |
| Octal | 232 | 262 | 12 | 15 | 0 | 136 | 36 | 105 | 131 | 45 |
| Binary | 10011010 | 10110010 | 1010 | 1101 | 0 | 1011110 | 11110 | 1000101 | 1011001 | 100101 |
Color Harmonies of #9AB20A
Complementary color
Monochromatic Colors of #9AB20A
Black with #9AB20A
Text Example
Text Example
White with #9AB20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB20A; }
p { color: rgb(154,178,10); }
H1.HeaderClassName
{
color: #9AB20A;
}
.AnyTagClassName
{
color: #9AB20A;
}
</style>
background-color css
<style>
a { background-color: #9AB20A; }
a { background-color: rgb(154,178,10); }
div.DivClassName
{
background-color: #9AB20A;
}
.BgClassName
{
background-color: #9AB20A;
}
</style>
border-color css
<style>
span { border-color: #9AB20A; }
span { border-color: rgb(154,178,10); }
td.TdClassName
{
border-color: #9AB20A;
}
.TagClassName
{
border-color: #9AB20A;
}
</style>