Shades of Citrus #92CF0A
Tints of Citrus #92CF0A
RGB
CMYK
RGB Variations
Color information
#92CF0A (or 0x92CF0A) is known color: Citrus. HEX triplet: 92, CF and 0A. RGB value is (146,207,10). Sum of RGB (Red+Green+Blue) = 146+207+10=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 207 (81.25% from 255 or 57.02% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 207 - color contains mainly: green. Hex color #92CF0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92CF0A is #6D30F5. Grayscale: #A7A7A7. Windows color (decimal): -7155958 or 708498. OLE color: 708498.
HSL color Cylindrical-coordinate representation of color #92CF0A: hue angle of 78.58º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #92CF0A is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 207 | 10 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.19 |
| HSL | 78.58º | 0.91% | 0.43% | - |
| HSV(B) | 78.58º | 0.95% | 0.81% | - |
| XYZ | 34.22 | 50.76 | 8.28 | - |
| YUV | 166.3 | 39.79 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 207 | 10 | 0.29 | 0 | 0.95 | 0.19 | 78.58 | 0.91 | 0.43 |
| Hex | 92 | CF | A | 1D | 0 | 5F | 13 | 4F | 5B | 2B |
| Octal | 222 | 317 | 12 | 35 | 0 | 137 | 23 | 117 | 133 | 53 |
| Binary | 10010010 | 11001111 | 1010 | 11101 | 0 | 1011111 | 10011 | 1001111 | 1011011 | 101011 |
Color Harmonies of #92CF0A
Complementary color
Monochromatic Colors of #92CF0A
Black with #92CF0A
Text Example
Text Example
White with #92CF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CF0A; }
p { color: rgb(146,207,10); }
H1.HeaderClassName
{
color: #92CF0A;
}
.AnyTagClassName
{
color: #92CF0A;
}
</style>
background-color css
<style>
a { background-color: #92CF0A; }
a { background-color: rgb(146,207,10); }
div.DivClassName
{
background-color: #92CF0A;
}
.BgClassName
{
background-color: #92CF0A;
}
</style>
border-color css
<style>
span { border-color: #92CF0A; }
span { border-color: rgb(146,207,10); }
td.TdClassName
{
border-color: #92CF0A;
}
.TagClassName
{
border-color: #92CF0A;
}
</style>