Shades of Citrus #99CA0C
Tints of Citrus #99CA0C
RGB
CMYK
RGB Variations
Color information
#99CA0C (or 0x99CA0C) is known color: Citrus. HEX triplet: 99, CA and 0C. RGB value is (153,202,12). Sum of RGB (Red+Green+Blue) = 153+202+12=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 202 (79.30% from 255 or 55.04% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CA0C is #6635F3. Grayscale: #A6A6A6. Windows color (decimal): -6698484 or 838297. OLE color: 838297.
HSL color Cylindrical-coordinate representation of color #99CA0C: hue angle of 75.47º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99CA0C is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 12 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.21 |
| HSL | 75.47º | 0.89% | 0.42% | - |
| HSV(B) | 75.47º | 0.94% | 0.79% | - |
| XYZ | 34.32 | 49.04 | 8 | - |
| YUV | 165.69 | 41.27 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 12 | 0.24 | 0 | 0.94 | 0.21 | 75.47 | 0.89 | 0.42 |
| Hex | 99 | CA | C | 18 | 0 | 5E | 15 | 4B | 59 | 2A |
| Octal | 231 | 312 | 14 | 30 | 0 | 136 | 25 | 113 | 131 | 52 |
| Binary | 10011001 | 11001010 | 1100 | 11000 | 0 | 1011110 | 10101 | 1001011 | 1011001 | 101010 |
Color Harmonies of #99CA0C
Complementary color
Monochromatic Colors of #99CA0C
Black with #99CA0C
Text Example
Text Example
White with #99CA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CA0C; }
p { color: rgb(153,202,12); }
H1.HeaderClassName
{
color: #99CA0C;
}
.AnyTagClassName
{
color: #99CA0C;
}
</style>
background-color css
<style>
a { background-color: #99CA0C; }
a { background-color: rgb(153,202,12); }
div.DivClassName
{
background-color: #99CA0C;
}
.BgClassName
{
background-color: #99CA0C;
}
</style>
border-color css
<style>
span { border-color: #99CA0C; }
span { border-color: rgb(153,202,12); }
td.TdClassName
{
border-color: #99CA0C;
}
.TagClassName
{
border-color: #99CA0C;
}
</style>