Shades of Citrus #9AC00A
Tints of Citrus #9AC00A
RGB
CMYK
RGB Variations
Color information
#9AC00A (or 0x9AC00A) is known color: Citrus. HEX triplet: 9A, C0 and 0A. RGB value is (154,192,10). Sum of RGB (Red+Green+Blue) = 154+192+10=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC00A is #653FF5. Grayscale: #A0A0A0. Windows color (decimal): -6635510 or 704666. OLE color: 704666.
HSL color Cylindrical-coordinate representation of color #9AC00A: hue angle of 72.53º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9AC00A is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 10 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.25 |
| HSL | 72.53º | 0.9% | 0.4% | - |
| HSV(B) | 72.53º | 0.95% | 0.75% | - |
| XYZ | 32.23 | 44.59 | 7.2 | - |
| YUV | 159.89 | 43.41 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 10 | 0.20 | 0 | 0.95 | 0.25 | 72.53 | 0.9 | 0.4 |
| Hex | 9A | C0 | A | 14 | 0 | 5F | 19 | 49 | 5A | 28 |
| Octal | 232 | 300 | 12 | 24 | 0 | 137 | 31 | 111 | 132 | 50 |
| Binary | 10011010 | 11000000 | 1010 | 10100 | 0 | 1011111 | 11001 | 1001001 | 1011010 | 101000 |
Color Harmonies of #9AC00A
Complementary color
Monochromatic Colors of #9AC00A
Black with #9AC00A
Text Example
Text Example
White with #9AC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC00A; }
p { color: rgb(154,192,10); }
H1.HeaderClassName
{
color: #9AC00A;
}
.AnyTagClassName
{
color: #9AC00A;
}
</style>
background-color css
<style>
a { background-color: #9AC00A; }
a { background-color: rgb(154,192,10); }
div.DivClassName
{
background-color: #9AC00A;
}
.BgClassName
{
background-color: #9AC00A;
}
</style>
border-color css
<style>
span { border-color: #9AC00A; }
span { border-color: rgb(154,192,10); }
td.TdClassName
{
border-color: #9AC00A;
}
.TagClassName
{
border-color: #9AC00A;
}
</style>