Shades of Citrus #92AF00
Tints of Citrus #92AF00
RGB
CMYK
RGB Variations
Color information
#92AF00 (or 0x92AF00) is known color: Citrus. HEX triplet: 92, AF and 00. RGB value is (146,175,0). Sum of RGB (Red+Green+Blue) = 146+175+0=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #92AF00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92AF00 is #6D50FF. Grayscale: #939393. Windows color (decimal): -7164160 or 44946. OLE color: 44946.
HSL color Cylindrical-coordinate representation of color #92AF00: hue angle of 69.94º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92AF00 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 175 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.31 |
| HSL | 69.94º | 1% | 0.34% | - |
| HSV(B) | 69.94º | 1% | 0.69% | - |
| XYZ | 27.18 | 36.77 | 5.66 | - |
| YUV | 146.38 | 45.39 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 175 | 0 | 0.17 | 0 | 1 | 0.31 | 69.94 | 1 | 0.34 |
| Hex | 92 | AF | 0 | 11 | 0 | 64 | 1F | 46 | 64 | 22 |
| Octal | 222 | 257 | 0 | 21 | 0 | 144 | 37 | 106 | 144 | 42 |
| Binary | 10010010 | 10101111 | 0 | 10001 | 0 | 1100100 | 11111 | 1000110 | 1100100 | 100010 |
Color Harmonies of #92AF00
Complementary color
Monochromatic Colors of #92AF00
Black with #92AF00
Text Example
Text Example
White with #92AF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AF00; }
p { color: rgb(146,175,0); }
H1.HeaderClassName
{
color: #92AF00;
}
.AnyTagClassName
{
color: #92AF00;
}
</style>
background-color css
<style>
a { background-color: #92AF00; }
a { background-color: rgb(146,175,0); }
div.DivClassName
{
background-color: #92AF00;
}
.BgClassName
{
background-color: #92AF00;
}
</style>
border-color css
<style>
span { border-color: #92AF00; }
span { border-color: rgb(146,175,0); }
td.TdClassName
{
border-color: #92AF00;
}
.TagClassName
{
border-color: #92AF00;
}
</style>