Shades of Citrus #99C80A
Tints of Citrus #99C80A
RGB
CMYK
RGB Variations
Color information
#99C80A (or 0x99C80A) is known color: Citrus. HEX triplet: 99, C8 and 0A. RGB value is (153,200,10). Sum of RGB (Red+Green+Blue) = 153+200+10=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 200 (78.52% from 255 or 55.10% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 200 - color contains mainly: green. Hex color #99C80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C80A is #6637F5. Grayscale: #A5A5A5. Windows color (decimal): -6698998 or 706713. OLE color: 706713.
HSL color Cylindrical-coordinate representation of color #99C80A: hue angle of 74.84º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99C80A is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 200 | 10 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.22 |
| HSL | 74.84º | 0.9% | 0.41% | - |
| HSV(B) | 74.84º | 0.95% | 0.78% | - |
| XYZ | 33.85 | 48.1 | 7.79 | - |
| YUV | 164.29 | 40.93 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 200 | 10 | 0.24 | 0 | 0.95 | 0.22 | 74.84 | 0.9 | 0.41 |
| Hex | 99 | C8 | A | 18 | 0 | 5F | 16 | 4B | 5A | 29 |
| Octal | 231 | 310 | 12 | 30 | 0 | 137 | 26 | 113 | 132 | 51 |
| Binary | 10011001 | 11001000 | 1010 | 11000 | 0 | 1011111 | 10110 | 1001011 | 1011010 | 101001 |
Color Harmonies of #99C80A
Complementary color
Monochromatic Colors of #99C80A
Black with #99C80A
Text Example
Text Example
White with #99C80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C80A; }
p { color: rgb(153,200,10); }
H1.HeaderClassName
{
color: #99C80A;
}
.AnyTagClassName
{
color: #99C80A;
}
</style>
background-color css
<style>
a { background-color: #99C80A; }
a { background-color: rgb(153,200,10); }
div.DivClassName
{
background-color: #99C80A;
}
.BgClassName
{
background-color: #99C80A;
}
</style>
border-color css
<style>
span { border-color: #99C80A; }
span { border-color: rgb(153,200,10); }
td.TdClassName
{
border-color: #99C80A;
}
.TagClassName
{
border-color: #99C80A;
}
</style>