Shades of Citrus #92CA14
Tints of Citrus #92CA14
RGB
CMYK
RGB Variations
Color information
#92CA14 (or 0x92CA14) is known color: Citrus. HEX triplet: 92, CA and 14. RGB value is (146,202,20). Sum of RGB (Red+Green+Blue) = 146+202+20=368 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.67% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 20 (8.20% from 255 or 5.43% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92CA14 is #6D35EB. Grayscale: #A5A5A5. Windows color (decimal): -7157228 or 1362578. OLE color: 1362578.
HSL color Cylindrical-coordinate representation of color #92CA14: hue angle of 78.46º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92CA14 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 20 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.21 |
| HSL | 78.46º | 0.82% | 0.44% | - |
| HSV(B) | 78.46º | 0.9% | 0.79% | - |
| XYZ | 33.1 | 48.4 | 8.26 | - |
| YUV | 164.51 | 46.45 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 20 | 0.28 | 0 | 0.90 | 0.21 | 78.46 | 0.82 | 0.44 |
| Hex | 92 | CA | 14 | 1C | 0 | 5A | 15 | 4E | 52 | 2C |
| Octal | 222 | 312 | 24 | 34 | 0 | 132 | 25 | 116 | 122 | 54 |
| Binary | 10010010 | 11001010 | 10100 | 11100 | 0 | 1011010 | 10101 | 1001110 | 1010010 | 101100 |
Color Harmonies of #92CA14
Complementary color
Monochromatic Colors of #92CA14
Black with #92CA14
Text Example
Text Example
White with #92CA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA14; }
p { color: rgb(146,202,20); }
H1.HeaderClassName
{
color: #92CA14;
}
.AnyTagClassName
{
color: #92CA14;
}
</style>
background-color css
<style>
a { background-color: #92CA14; }
a { background-color: rgb(146,202,20); }
div.DivClassName
{
background-color: #92CA14;
}
.BgClassName
{
background-color: #92CA14;
}
</style>
border-color css
<style>
span { border-color: #92CA14; }
span { border-color: rgb(146,202,20); }
td.TdClassName
{
border-color: #92CA14;
}
.TagClassName
{
border-color: #92CA14;
}
</style>