Shades of Citrus #9ABC06
Tints of Citrus #9ABC06
RGB
CMYK
RGB Variations
Color information
#9ABC06 (or 0x9ABC06) is known color: Citrus. HEX triplet: 9A, BC and 06. RGB value is (154,188,6). Sum of RGB (Red+Green+Blue) = 154+188+6=348 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.25% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 6 (2.73% from 255 or 1.72% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABC06 is #6543F9. Grayscale: #9D9D9D. Windows color (decimal): -6636538 or 441498. OLE color: 441498.
HSL color Cylindrical-coordinate representation of color #9ABC06: hue angle of 71.21º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9ABC06 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 188 | 6 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.26 |
| HSL | 71.21º | 0.94% | 0.38% | - |
| HSV(B) | 71.21º | 0.97% | 0.74% | - |
| XYZ | 31.34 | 42.85 | 6.79 | - |
| YUV | 157.09 | 42.74 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 6 | 0.18 | 0 | 0.97 | 0.26 | 71.21 | 0.94 | 0.38 |
| Hex | 9A | BC | 6 | 12 | 0 | 61 | 1A | 47 | 5E | 26 |
| Octal | 232 | 274 | 6 | 22 | 0 | 141 | 32 | 107 | 136 | 46 |
| Binary | 10011010 | 10111100 | 110 | 10010 | 0 | 1100001 | 11010 | 1000111 | 1011110 | 100110 |
Color Harmonies of #9ABC06
Complementary color
Monochromatic Colors of #9ABC06
Black with #9ABC06
Text Example
Text Example
White with #9ABC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABC06; }
p { color: rgb(154,188,6); }
H1.HeaderClassName
{
color: #9ABC06;
}
.AnyTagClassName
{
color: #9ABC06;
}
</style>
background-color css
<style>
a { background-color: #9ABC06; }
a { background-color: rgb(154,188,6); }
div.DivClassName
{
background-color: #9ABC06;
}
.BgClassName
{
background-color: #9ABC06;
}
</style>
border-color css
<style>
span { border-color: #9ABC06; }
span { border-color: rgb(154,188,6); }
td.TdClassName
{
border-color: #9ABC06;
}
.TagClassName
{
border-color: #9ABC06;
}
</style>