Shades of Citrus #99C010
Tints of Citrus #99C010
RGB
CMYK
RGB Variations
Color information
#99C010 (or 0x99C010) is known color: Citrus. HEX triplet: 99, C0 and 10. RGB value is (153,192,16). Sum of RGB (Red+Green+Blue) = 153+192+16=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #99C010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C010 is #663FEF. Grayscale: #A0A0A0. Windows color (decimal): -6701040 or 1097881. OLE color: 1097881.
HSL color Cylindrical-coordinate representation of color #99C010: hue angle of 73.3º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99C010 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 16 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.25 |
| HSL | 73.3º | 0.85% | 0.41% | - |
| HSV(B) | 73.3º | 0.92% | 0.75% | - |
| XYZ | 32.08 | 44.51 | 7.39 | - |
| YUV | 160.28 | 46.58 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 16 | 0.20 | 0 | 0.92 | 0.25 | 73.3 | 0.85 | 0.41 |
| Hex | 99 | C0 | 10 | 14 | 0 | 5C | 19 | 49 | 55 | 29 |
| Octal | 231 | 300 | 20 | 24 | 0 | 134 | 31 | 111 | 125 | 51 |
| Binary | 10011001 | 11000000 | 10000 | 10100 | 0 | 1011100 | 11001 | 1001001 | 1010101 | 101001 |
Color Harmonies of #99C010
Complementary color
Monochromatic Colors of #99C010
Black with #99C010
Text Example
Text Example
White with #99C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C010; }
p { color: rgb(153,192,16); }
H1.HeaderClassName
{
color: #99C010;
}
.AnyTagClassName
{
color: #99C010;
}
</style>
background-color css
<style>
a { background-color: #99C010; }
a { background-color: rgb(153,192,16); }
div.DivClassName
{
background-color: #99C010;
}
.BgClassName
{
background-color: #99C010;
}
</style>
border-color css
<style>
span { border-color: #99C010; }
span { border-color: rgb(153,192,16); }
td.TdClassName
{
border-color: #99C010;
}
.TagClassName
{
border-color: #99C010;
}
</style>