Shades of Citrus #9AC80B
Tints of Citrus #9AC80B
RGB
CMYK
RGB Variations
Color information
#9AC80B (or 0x9AC80B) is known color: Citrus. HEX triplet: 9A, C8 and 0B. RGB value is (154,200,11). Sum of RGB (Red+Green+Blue) = 154+200+11=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 200 (78.52% from 255 or 54.79% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 200 - color contains mainly: green. Hex color #9AC80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC80B is #6537F4. Grayscale: #A5A5A5. Windows color (decimal): -6633461 or 772250. OLE color: 772250.
HSL color Cylindrical-coordinate representation of color #9AC80B: hue angle of 74.6º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9AC80B is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 200 | 11 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.22 |
| HSL | 74.6º | 0.9% | 0.41% | - |
| HSV(B) | 74.6º | 0.95% | 0.78% | - |
| XYZ | 34.04 | 48.2 | 7.83 | - |
| YUV | 164.7 | 41.26 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 200 | 11 | 0.23 | 0 | 0.94 | 0.22 | 74.6 | 0.9 | 0.41 |
| Hex | 9A | C8 | B | 17 | 0 | 5E | 16 | 4B | 5A | 29 |
| Octal | 232 | 310 | 13 | 27 | 0 | 136 | 26 | 113 | 132 | 51 |
| Binary | 10011010 | 11001000 | 1011 | 10111 | 0 | 1011110 | 10110 | 1001011 | 1011010 | 101001 |
Color Harmonies of #9AC80B
Complementary color
Monochromatic Colors of #9AC80B
Black with #9AC80B
Text Example
Text Example
White with #9AC80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC80B; }
p { color: rgb(154,200,11); }
H1.HeaderClassName
{
color: #9AC80B;
}
.AnyTagClassName
{
color: #9AC80B;
}
</style>
background-color css
<style>
a { background-color: #9AC80B; }
a { background-color: rgb(154,200,11); }
div.DivClassName
{
background-color: #9AC80B;
}
.BgClassName
{
background-color: #9AC80B;
}
</style>
border-color css
<style>
span { border-color: #9AC80B; }
span { border-color: rgb(154,200,11); }
td.TdClassName
{
border-color: #9AC80B;
}
.TagClassName
{
border-color: #9AC80B;
}
</style>