Shades of Citrus #9AB60C
Tints of Citrus #9AB60C
RGB
CMYK
RGB Variations
Color information
#9AB60C (or 0x9AB60C) is known color: Citrus. HEX triplet: 9A, B6 and 0C. RGB value is (154,182,12). Sum of RGB (Red+Green+Blue) = 154+182+12=348 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.25% from 348); Green value is 182 (71.48% from 255 or 52.30% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB60C is #6549F3. Grayscale: #9A9A9A. Windows color (decimal): -6638068 or 833178. OLE color: 833178.
HSL color Cylindrical-coordinate representation of color #9AB60C: hue angle of 69.88º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9AB60C is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 182 | 12 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.29 |
| HSL | 69.88º | 0.88% | 0.38% | - |
| HSV(B) | 69.88º | 0.93% | 0.71% | - |
| XYZ | 30.12 | 40.35 | 6.55 | - |
| YUV | 154.25 | 47.72 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 182 | 12 | 0.15 | 0 | 0.93 | 0.29 | 69.88 | 0.88 | 0.38 |
| Hex | 9A | B6 | C | F | 0 | 5D | 1D | 46 | 58 | 26 |
| Octal | 232 | 266 | 14 | 17 | 0 | 135 | 35 | 106 | 130 | 46 |
| Binary | 10011010 | 10110110 | 1100 | 1111 | 0 | 1011101 | 11101 | 1000110 | 1011000 | 100110 |
Color Harmonies of #9AB60C
Complementary color
Monochromatic Colors of #9AB60C
Black with #9AB60C
Text Example
Text Example
White with #9AB60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB60C; }
p { color: rgb(154,182,12); }
H1.HeaderClassName
{
color: #9AB60C;
}
.AnyTagClassName
{
color: #9AB60C;
}
</style>
background-color css
<style>
a { background-color: #9AB60C; }
a { background-color: rgb(154,182,12); }
div.DivClassName
{
background-color: #9AB60C;
}
.BgClassName
{
background-color: #9AB60C;
}
</style>
border-color css
<style>
span { border-color: #9AB60C; }
span { border-color: rgb(154,182,12); }
td.TdClassName
{
border-color: #9AB60C;
}
.TagClassName
{
border-color: #9AB60C;
}
</style>