Shades of Citrus #9AC207
Tints of Citrus #9AC207
RGB
CMYK
RGB Variations
Color information
#9AC207 (or 0x9AC207) is known color: Citrus. HEX triplet: 9A, C2 and 07. RGB value is (154,194,7). Sum of RGB (Red+Green+Blue) = 154+194+7=355 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.38% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 7 (3.12% from 255 or 1.97% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC207 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC207 is #653DF8. Grayscale: #A1A1A1. Windows color (decimal): -6635001 or 508570. OLE color: 508570.
HSL color Cylindrical-coordinate representation of color #9AC207: hue angle of 72.83º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9AC207 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 194 | 7 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.24 |
| HSL | 72.83º | 0.93% | 0.39% | - |
| HSV(B) | 72.83º | 0.96% | 0.76% | - |
| XYZ | 32.66 | 45.47 | 7.26 | - |
| YUV | 160.72 | 41.25 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 194 | 7 | 0.21 | 0 | 0.96 | 0.24 | 72.83 | 0.93 | 0.39 |
| Hex | 9A | C2 | 7 | 15 | 0 | 60 | 18 | 49 | 5D | 27 |
| Octal | 232 | 302 | 7 | 25 | 0 | 140 | 30 | 111 | 135 | 47 |
| Binary | 10011010 | 11000010 | 111 | 10101 | 0 | 1100000 | 11000 | 1001001 | 1011101 | 100111 |
Color Harmonies of #9AC207
Complementary color
Monochromatic Colors of #9AC207
Black with #9AC207
Text Example
Text Example
White with #9AC207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC207; }
p { color: rgb(154,194,7); }
H1.HeaderClassName
{
color: #9AC207;
}
.AnyTagClassName
{
color: #9AC207;
}
</style>
background-color css
<style>
a { background-color: #9AC207; }
a { background-color: rgb(154,194,7); }
div.DivClassName
{
background-color: #9AC207;
}
.BgClassName
{
background-color: #9AC207;
}
</style>
border-color css
<style>
span { border-color: #9AC207; }
span { border-color: rgb(154,194,7); }
td.TdClassName
{
border-color: #9AC207;
}
.TagClassName
{
border-color: #9AC207;
}
</style>