Shades of Citrus #9AB30C
Tints of Citrus #9AB30C
RGB
CMYK
RGB Variations
Color information
#9AB30C (or 0x9AB30C) is known color: Citrus. HEX triplet: 9A, B3 and 0C. RGB value is (154,179,12). Sum of RGB (Red+Green+Blue) = 154+179+12=345 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.64% from 345); Green value is 179 (70.31% from 255 or 51.88% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB30C is #654CF3. Grayscale: #999999. Windows color (decimal): -6638836 or 832410. OLE color: 832410.
HSL color Cylindrical-coordinate representation of color #9AB30C: hue angle of 68.98º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9AB30C is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 179 | 12 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.30 |
| HSL | 68.98º | 0.87% | 0.37% | - |
| HSV(B) | 68.98º | 0.93% | 0.7% | - |
| XYZ | 29.51 | 39.14 | 6.35 | - |
| YUV | 152.49 | 48.72 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 179 | 12 | 0.14 | 0 | 0.93 | 0.30 | 68.98 | 0.87 | 0.37 |
| Hex | 9A | B3 | C | E | 0 | 5D | 1E | 45 | 57 | 25 |
| Octal | 232 | 263 | 14 | 16 | 0 | 135 | 36 | 105 | 127 | 45 |
| Binary | 10011010 | 10110011 | 1100 | 1110 | 0 | 1011101 | 11110 | 1000101 | 1010111 | 100101 |
Color Harmonies of #9AB30C
Complementary color
Monochromatic Colors of #9AB30C
Black with #9AB30C
Text Example
Text Example
White with #9AB30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB30C; }
p { color: rgb(154,179,12); }
H1.HeaderClassName
{
color: #9AB30C;
}
.AnyTagClassName
{
color: #9AB30C;
}
</style>
background-color css
<style>
a { background-color: #9AB30C; }
a { background-color: rgb(154,179,12); }
div.DivClassName
{
background-color: #9AB30C;
}
.BgClassName
{
background-color: #9AB30C;
}
</style>
border-color css
<style>
span { border-color: #9AB30C; }
span { border-color: rgb(154,179,12); }
td.TdClassName
{
border-color: #9AB30C;
}
.TagClassName
{
border-color: #9AB30C;
}
</style>