Shades of Citrus #9AC007
Tints of Citrus #9AC007
RGB
CMYK
RGB Variations
Color information
#9AC007 (or 0x9AC007) is known color: Citrus. HEX triplet: 9A, C0 and 07. RGB value is (154,192,7). Sum of RGB (Red+Green+Blue) = 154+192+7=353 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.63% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC007 is #653FF8. Grayscale: #A0A0A0. Windows color (decimal): -6635513 or 508058. OLE color: 508058.
HSL color Cylindrical-coordinate representation of color #9AC007: hue angle of 72.32º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9AC007 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 7 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.25 |
| HSL | 72.32º | 0.93% | 0.39% | - |
| HSV(B) | 72.32º | 0.96% | 0.75% | - |
| XYZ | 32.21 | 44.58 | 7.11 | - |
| YUV | 159.55 | 41.91 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 7 | 0.20 | 0 | 0.96 | 0.25 | 72.32 | 0.93 | 0.39 |
| Hex | 9A | C0 | 7 | 14 | 0 | 60 | 19 | 48 | 5D | 27 |
| Octal | 232 | 300 | 7 | 24 | 0 | 140 | 31 | 110 | 135 | 47 |
| Binary | 10011010 | 11000000 | 111 | 10100 | 0 | 1100000 | 11001 | 1001000 | 1011101 | 100111 |
Color Harmonies of #9AC007
Complementary color
Monochromatic Colors of #9AC007
Black with #9AC007
Text Example
Text Example
White with #9AC007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC007; }
p { color: rgb(154,192,7); }
H1.HeaderClassName
{
color: #9AC007;
}
.AnyTagClassName
{
color: #9AC007;
}
</style>
background-color css
<style>
a { background-color: #9AC007; }
a { background-color: rgb(154,192,7); }
div.DivClassName
{
background-color: #9AC007;
}
.BgClassName
{
background-color: #9AC007;
}
</style>
border-color css
<style>
span { border-color: #9AC007; }
span { border-color: rgb(154,192,7); }
td.TdClassName
{
border-color: #9AC007;
}
.TagClassName
{
border-color: #9AC007;
}
</style>