Shades of Citrus #99CA0F
Tints of Citrus #99CA0F
RGB
CMYK
RGB Variations
Color information
#99CA0F (or 0x99CA0F) is known color: Citrus. HEX triplet: 99, CA and 0F. RGB value is (153,202,15). Sum of RGB (Red+Green+Blue) = 153+202+15=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 202 (79.30% from 255 or 54.59% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CA0F is #6635F0. Grayscale: #A6A6A6. Windows color (decimal): -6698481 or 1034905. OLE color: 1034905.
HSL color Cylindrical-coordinate representation of color #99CA0F: hue angle of 75.72º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99CA0F is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 15 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.21 |
| HSL | 75.72º | 0.86% | 0.43% | - |
| HSV(B) | 75.72º | 0.93% | 0.79% | - |
| XYZ | 34.34 | 49.05 | 8.11 | - |
| YUV | 166.03 | 42.77 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 15 | 0.24 | 0 | 0.93 | 0.21 | 75.72 | 0.86 | 0.43 |
| Hex | 99 | CA | F | 18 | 0 | 5D | 15 | 4C | 56 | 2B |
| Octal | 231 | 312 | 17 | 30 | 0 | 135 | 25 | 114 | 126 | 53 |
| Binary | 10011001 | 11001010 | 1111 | 11000 | 0 | 1011101 | 10101 | 1001100 | 1010110 | 101011 |
Color Harmonies of #99CA0F
Complementary color
Monochromatic Colors of #99CA0F
Black with #99CA0F
Text Example
Text Example
White with #99CA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CA0F; }
p { color: rgb(153,202,15); }
H1.HeaderClassName
{
color: #99CA0F;
}
.AnyTagClassName
{
color: #99CA0F;
}
</style>
background-color css
<style>
a { background-color: #99CA0F; }
a { background-color: rgb(153,202,15); }
div.DivClassName
{
background-color: #99CA0F;
}
.BgClassName
{
background-color: #99CA0F;
}
</style>
border-color css
<style>
span { border-color: #99CA0F; }
span { border-color: rgb(153,202,15); }
td.TdClassName
{
border-color: #99CA0F;
}
.TagClassName
{
border-color: #99CA0F;
}
</style>