Shades of Citrus #92CA0D
Tints of Citrus #92CA0D
RGB
CMYK
RGB Variations
Color information
#92CA0D (or 0x92CA0D) is known color: Citrus. HEX triplet: 92, CA and 0D. RGB value is (146,202,13). Sum of RGB (Red+Green+Blue) = 146+202+13=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 202 (79.30% from 255 or 55.96% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92CA0D is #6D35F2. Grayscale: #A4A4A4. Windows color (decimal): -7157235 or 903826. OLE color: 903826.
HSL color Cylindrical-coordinate representation of color #92CA0D: hue angle of 77.78º degrees, saturation: 0.88, 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 #92CA0D is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 13 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.21 |
| HSL | 77.78º | 0.88% | 0.42% | - |
| HSV(B) | 77.78º | 0.94% | 0.79% | - |
| XYZ | 33.05 | 48.38 | 7.98 | - |
| YUV | 163.71 | 42.95 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 13 | 0.28 | 0 | 0.94 | 0.21 | 77.78 | 0.88 | 0.42 |
| Hex | 92 | CA | D | 1C | 0 | 5E | 15 | 4E | 58 | 2A |
| Octal | 222 | 312 | 15 | 34 | 0 | 136 | 25 | 116 | 130 | 52 |
| Binary | 10010010 | 11001010 | 1101 | 11100 | 0 | 1011110 | 10101 | 1001110 | 1011000 | 101010 |
Color Harmonies of #92CA0D
Complementary color
Monochromatic Colors of #92CA0D
Black with #92CA0D
Text Example
Text Example
White with #92CA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA0D; }
p { color: rgb(146,202,13); }
H1.HeaderClassName
{
color: #92CA0D;
}
.AnyTagClassName
{
color: #92CA0D;
}
</style>
background-color css
<style>
a { background-color: #92CA0D; }
a { background-color: rgb(146,202,13); }
div.DivClassName
{
background-color: #92CA0D;
}
.BgClassName
{
background-color: #92CA0D;
}
</style>
border-color css
<style>
span { border-color: #92CA0D; }
span { border-color: rgb(146,202,13); }
td.TdClassName
{
border-color: #92CA0D;
}
.TagClassName
{
border-color: #92CA0D;
}
</style>