Shades of Citrus #99C012
Tints of Citrus #99C012
RGB
CMYK
RGB Variations
Color information
#99C012 (or 0x99C012) is known color: Citrus. HEX triplet: 99, C0 and 12. RGB value is (153,192,18). Sum of RGB (Red+Green+Blue) = 153+192+18=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #99C012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C012 is #663FED. Grayscale: #A1A1A1. Windows color (decimal): -6701038 or 1228953. OLE color: 1228953.
HSL color Cylindrical-coordinate representation of color #99C012: hue angle of 73.45º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99C012 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 18 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.25 |
| HSL | 73.45º | 0.83% | 0.41% | - |
| HSV(B) | 73.45º | 0.91% | 0.75% | - |
| XYZ | 32.1 | 44.52 | 7.47 | - |
| YUV | 160.5 | 47.58 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 18 | 0.20 | 0 | 0.91 | 0.25 | 73.45 | 0.83 | 0.41 |
| Hex | 99 | C0 | 12 | 14 | 0 | 5B | 19 | 49 | 53 | 29 |
| Octal | 231 | 300 | 22 | 24 | 0 | 133 | 31 | 111 | 123 | 51 |
| Binary | 10011001 | 11000000 | 10010 | 10100 | 0 | 1011011 | 11001 | 1001001 | 1010011 | 101001 |
Color Harmonies of #99C012
Complementary color
Monochromatic Colors of #99C012
Black with #99C012
Text Example
Text Example
White with #99C012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C012; }
p { color: rgb(153,192,18); }
H1.HeaderClassName
{
color: #99C012;
}
.AnyTagClassName
{
color: #99C012;
}
</style>
background-color css
<style>
a { background-color: #99C012; }
a { background-color: rgb(153,192,18); }
div.DivClassName
{
background-color: #99C012;
}
.BgClassName
{
background-color: #99C012;
}
</style>
border-color css
<style>
span { border-color: #99C012; }
span { border-color: rgb(153,192,18); }
td.TdClassName
{
border-color: #99C012;
}
.TagClassName
{
border-color: #99C012;
}
</style>