Shades of Citrus #9AC90F
Tints of Citrus #9AC90F
RGB
CMYK
RGB Variations
Color information
#9AC90F (or 0x9AC90F) is known color: Citrus. HEX triplet: 9A, C9 and 0F. RGB value is (154,201,15). Sum of RGB (Red+Green+Blue) = 154+201+15=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 201 (78.91% from 255 or 54.32% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC90F is #6536F0. Grayscale: #A6A6A6. Windows color (decimal): -6633201 or 1034650. OLE color: 1034650.
HSL color Cylindrical-coordinate representation of color #9AC90F: hue angle of 75.16º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9AC90F is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 201 | 15 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.21 |
| HSL | 75.16º | 0.86% | 0.42% | - |
| HSV(B) | 75.16º | 0.93% | 0.79% | - |
| XYZ | 34.3 | 48.68 | 8.04 | - |
| YUV | 165.74 | 42.93 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 201 | 15 | 0.23 | 0 | 0.93 | 0.21 | 75.16 | 0.86 | 0.42 |
| Hex | 9A | C9 | F | 17 | 0 | 5D | 15 | 4B | 56 | 2A |
| Octal | 232 | 311 | 17 | 27 | 0 | 135 | 25 | 113 | 126 | 52 |
| Binary | 10011010 | 11001001 | 1111 | 10111 | 0 | 1011101 | 10101 | 1001011 | 1010110 | 101010 |
Color Harmonies of #9AC90F
Complementary color
Monochromatic Colors of #9AC90F
Black with #9AC90F
Text Example
Text Example
White with #9AC90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC90F; }
p { color: rgb(154,201,15); }
H1.HeaderClassName
{
color: #9AC90F;
}
.AnyTagClassName
{
color: #9AC90F;
}
</style>
background-color css
<style>
a { background-color: #9AC90F; }
a { background-color: rgb(154,201,15); }
div.DivClassName
{
background-color: #9AC90F;
}
.BgClassName
{
background-color: #9AC90F;
}
</style>
border-color css
<style>
span { border-color: #9AC90F; }
span { border-color: rgb(154,201,15); }
td.TdClassName
{
border-color: #9AC90F;
}
.TagClassName
{
border-color: #9AC90F;
}
</style>