Shades of Citrus #92CA0F
Tints of Citrus #92CA0F
RGB
CMYK
RGB Variations
Color information
#92CA0F (or 0x92CA0F) is known color: Citrus. HEX triplet: 92, CA and 0F. RGB value is (146,202,15). Sum of RGB (Red+Green+Blue) = 146+202+15=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 202 (79.30% from 255 or 55.65% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92CA0F is #6D35F0. Grayscale: #A4A4A4. Windows color (decimal): -7157233 or 1034898. OLE color: 1034898.
HSL color Cylindrical-coordinate representation of color #92CA0F: hue angle of 77.97º 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 #92CA0F is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 15 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.21 |
| HSL | 77.97º | 0.86% | 0.43% | - |
| HSV(B) | 77.97º | 0.93% | 0.79% | - |
| XYZ | 33.06 | 48.39 | 8.05 | - |
| YUV | 163.94 | 43.95 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 15 | 0.28 | 0 | 0.93 | 0.21 | 77.97 | 0.86 | 0.43 |
| Hex | 92 | CA | F | 1C | 0 | 5D | 15 | 4E | 56 | 2B |
| Octal | 222 | 312 | 17 | 34 | 0 | 135 | 25 | 116 | 126 | 53 |
| Binary | 10010010 | 11001010 | 1111 | 11100 | 0 | 1011101 | 10101 | 1001110 | 1010110 | 101011 |
Color Harmonies of #92CA0F
Complementary color
Monochromatic Colors of #92CA0F
Black with #92CA0F
Text Example
Text Example
White with #92CA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA0F; }
p { color: rgb(146,202,15); }
H1.HeaderClassName
{
color: #92CA0F;
}
.AnyTagClassName
{
color: #92CA0F;
}
</style>
background-color css
<style>
a { background-color: #92CA0F; }
a { background-color: rgb(146,202,15); }
div.DivClassName
{
background-color: #92CA0F;
}
.BgClassName
{
background-color: #92CA0F;
}
</style>
border-color css
<style>
span { border-color: #92CA0F; }
span { border-color: rgb(146,202,15); }
td.TdClassName
{
border-color: #92CA0F;
}
.TagClassName
{
border-color: #92CA0F;
}
</style>