Shades of Citrus #92CA0E
Tints of Citrus #92CA0E
RGB
CMYK
RGB Variations
Color information
#92CA0E (or 0x92CA0E) is known color: Citrus. HEX triplet: 92, CA and 0E. RGB value is (146,202,14). Sum of RGB (Red+Green+Blue) = 146+202+14=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 202 (79.30% from 255 or 55.80% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92CA0E is #6D35F1. Grayscale: #A4A4A4. Windows color (decimal): -7157234 or 969362. OLE color: 969362.
HSL color Cylindrical-coordinate representation of color #92CA0E: hue angle of 77.87º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #92CA0E is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 14 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.21 |
| HSL | 77.87º | 0.87% | 0.42% | - |
| HSV(B) | 77.87º | 0.93% | 0.79% | - |
| XYZ | 33.05 | 48.38 | 8.01 | - |
| YUV | 163.82 | 43.45 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 14 | 0.28 | 0 | 0.93 | 0.21 | 77.87 | 0.87 | 0.42 |
| Hex | 92 | CA | E | 1C | 0 | 5D | 15 | 4E | 57 | 2A |
| Octal | 222 | 312 | 16 | 34 | 0 | 135 | 25 | 116 | 127 | 52 |
| Binary | 10010010 | 11001010 | 1110 | 11100 | 0 | 1011101 | 10101 | 1001110 | 1010111 | 101010 |
Color Harmonies of #92CA0E
Complementary color
Monochromatic Colors of #92CA0E
Black with #92CA0E
Text Example
Text Example
White with #92CA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA0E; }
p { color: rgb(146,202,14); }
H1.HeaderClassName
{
color: #92CA0E;
}
.AnyTagClassName
{
color: #92CA0E;
}
</style>
background-color css
<style>
a { background-color: #92CA0E; }
a { background-color: rgb(146,202,14); }
div.DivClassName
{
background-color: #92CA0E;
}
.BgClassName
{
background-color: #92CA0E;
}
</style>
border-color css
<style>
span { border-color: #92CA0E; }
span { border-color: rgb(146,202,14); }
td.TdClassName
{
border-color: #92CA0E;
}
.TagClassName
{
border-color: #92CA0E;
}
</style>