Shades of Citrus #99C014
Tints of Citrus #99C014
RGB
CMYK
RGB Variations
Color information
#99C014 (or 0x99C014) is known color: Citrus. HEX triplet: 99, C0 and 14. RGB value is (153,192,20). Sum of RGB (Red+Green+Blue) = 153+192+20=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #99C014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C014 is #663FEB. Grayscale: #A1A1A1. Windows color (decimal): -6701036 or 1360025. OLE color: 1360025.
HSL color Cylindrical-coordinate representation of color #99C014: hue angle of 73.6º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99C014 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 20 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.25 |
| HSL | 73.6º | 0.81% | 0.42% | - |
| HSV(B) | 73.6º | 0.9% | 0.75% | - |
| XYZ | 32.11 | 44.52 | 7.56 | - |
| YUV | 160.73 | 48.58 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 20 | 0.20 | 0 | 0.90 | 0.25 | 73.6 | 0.81 | 0.42 |
| Hex | 99 | C0 | 14 | 14 | 0 | 5A | 19 | 4A | 51 | 2A |
| Octal | 231 | 300 | 24 | 24 | 0 | 132 | 31 | 112 | 121 | 52 |
| Binary | 10011001 | 11000000 | 10100 | 10100 | 0 | 1011010 | 11001 | 1001010 | 1010001 | 101010 |
Color Harmonies of #99C014
Complementary color
Monochromatic Colors of #99C014
Black with #99C014
Text Example
Text Example
White with #99C014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C014; }
p { color: rgb(153,192,20); }
H1.HeaderClassName
{
color: #99C014;
}
.AnyTagClassName
{
color: #99C014;
}
</style>
background-color css
<style>
a { background-color: #99C014; }
a { background-color: rgb(153,192,20); }
div.DivClassName
{
background-color: #99C014;
}
.BgClassName
{
background-color: #99C014;
}
</style>
border-color css
<style>
span { border-color: #99C014; }
span { border-color: rgb(153,192,20); }
td.TdClassName
{
border-color: #99C014;
}
.TagClassName
{
border-color: #99C014;
}
</style>