Shades of Citrus #9AC80D
Tints of Citrus #9AC80D
RGB
CMYK
RGB Variations
Color information
#9AC80D (or 0x9AC80D) is known color: Citrus. HEX triplet: 9A, C8 and 0D. RGB value is (154,200,13). Sum of RGB (Red+Green+Blue) = 154+200+13=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 200 (78.52% from 255 or 54.50% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 200 - color contains mainly: green. Hex color #9AC80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC80D is #6537F2. Grayscale: #A5A5A5. Windows color (decimal): -6633459 or 903322. OLE color: 903322.
HSL color Cylindrical-coordinate representation of color #9AC80D: hue angle of 74.76º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9AC80D is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 200 | 13 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.22 |
| HSL | 74.76º | 0.88% | 0.42% | - |
| HSV(B) | 74.76º | 0.94% | 0.78% | - |
| XYZ | 34.05 | 48.21 | 7.89 | - |
| YUV | 164.93 | 42.26 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 200 | 13 | 0.23 | 0 | 0.94 | 0.22 | 74.76 | 0.88 | 0.42 |
| Hex | 9A | C8 | D | 17 | 0 | 5E | 16 | 4B | 58 | 2A |
| Octal | 232 | 310 | 15 | 27 | 0 | 136 | 26 | 113 | 130 | 52 |
| Binary | 10011010 | 11001000 | 1101 | 10111 | 0 | 1011110 | 10110 | 1001011 | 1011000 | 101010 |
Color Harmonies of #9AC80D
Complementary color
Monochromatic Colors of #9AC80D
Black with #9AC80D
Text Example
Text Example
White with #9AC80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC80D; }
p { color: rgb(154,200,13); }
H1.HeaderClassName
{
color: #9AC80D;
}
.AnyTagClassName
{
color: #9AC80D;
}
</style>
background-color css
<style>
a { background-color: #9AC80D; }
a { background-color: rgb(154,200,13); }
div.DivClassName
{
background-color: #9AC80D;
}
.BgClassName
{
background-color: #9AC80D;
}
</style>
border-color css
<style>
span { border-color: #9AC80D; }
span { border-color: rgb(154,200,13); }
td.TdClassName
{
border-color: #9AC80D;
}
.TagClassName
{
border-color: #9AC80D;
}
</style>