Shades of Citrus #9AC706
Tints of Citrus #9AC706
RGB
CMYK
RGB Variations
Color information
#9AC706 (or 0x9AC706) is known color: Citrus. HEX triplet: 9A, C7 and 06. RGB value is (154,199,6). Sum of RGB (Red+Green+Blue) = 154+199+6=359 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.90% from 359); Green value is 199 (78.12% from 255 or 55.43% from 359); Blue value is 6 (2.73% from 255 or 1.67% from 359); Max value from RGB is 199 - color contains mainly: green. Hex color #9AC706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC706 is #6538F9. Grayscale: #A4A4A4. Windows color (decimal): -6633722 or 444314. OLE color: 444314.
HSL color Cylindrical-coordinate representation of color #9AC706: hue angle of 73.99º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9AC706 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 199 | 6 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.22 |
| HSL | 73.99º | 0.94% | 0.4% | - |
| HSV(B) | 73.99º | 0.97% | 0.78% | - |
| XYZ | 33.78 | 47.73 | 7.6 | - |
| YUV | 163.54 | 39.09 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 199 | 6 | 0.23 | 0 | 0.97 | 0.22 | 73.99 | 0.94 | 0.4 |
| Hex | 9A | C7 | 6 | 17 | 0 | 61 | 16 | 4A | 5E | 28 |
| Octal | 232 | 307 | 6 | 27 | 0 | 141 | 26 | 112 | 136 | 50 |
| Binary | 10011010 | 11000111 | 110 | 10111 | 0 | 1100001 | 10110 | 1001010 | 1011110 | 101000 |
Color Harmonies of #9AC706
Complementary color
Monochromatic Colors of #9AC706
Black with #9AC706
Text Example
Text Example
White with #9AC706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC706; }
p { color: rgb(154,199,6); }
H1.HeaderClassName
{
color: #9AC706;
}
.AnyTagClassName
{
color: #9AC706;
}
</style>
background-color css
<style>
a { background-color: #9AC706; }
a { background-color: rgb(154,199,6); }
div.DivClassName
{
background-color: #9AC706;
}
.BgClassName
{
background-color: #9AC706;
}
</style>
border-color css
<style>
span { border-color: #9AC706; }
span { border-color: rgb(154,199,6); }
td.TdClassName
{
border-color: #9AC706;
}
.TagClassName
{
border-color: #9AC706;
}
</style>