Shades of Pale Green #92FA90
Tints of Pale Green #92FA90
RGB
CMYK
RGB Variations
Color information
#92FA90 (or 0x92FA90) is known color: Pale Green. HEX triplet: 92, FA and 90. RGB value is (146,250,144). Sum of RGB (Red+Green+Blue) = 146+250+144=540 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.04% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #92FA90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92FA90 is #6D056F. Grayscale: #CFCFCF. Windows color (decimal): -7144816 or 9501330. OLE color: 9501330.
HSL color Cylindrical-coordinate representation of color #92FA90: hue angle of 118.87º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92FA90 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 250 | 144 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.02 |
| HSL | 118.87º | 0.91% | 0.77% | - |
| HSV(B) | 118.87º | 0.42% | 0.98% | - |
| XYZ | 51.07 | 76.5 | 38.46 | - |
| YUV | 206.82 | 92.54 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 250 | 144 | 0.42 | 0 | 0.42 | 0.02 | 118.87 | 0.91 | 0.77 |
| Hex | 92 | FA | 90 | 2A | 0 | 2A | 2 | 77 | 5B | 4D |
| Octal | 222 | 372 | 220 | 52 | 0 | 52 | 2 | 167 | 133 | 115 |
| Binary | 10010010 | 11111010 | 10010000 | 101010 | 0 | 101010 | 10 | 1110111 | 1011011 | 1001101 |
Color Harmonies of #92FA90
Complementary color
Monochromatic Colors of #92FA90
Black with #92FA90
Text Example
Text Example
White with #92FA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FA90; }
p { color: rgb(146,250,144); }
H1.HeaderClassName
{
color: #92FA90;
}
.AnyTagClassName
{
color: #92FA90;
}
</style>
background-color css
<style>
a { background-color: #92FA90; }
a { background-color: rgb(146,250,144); }
div.DivClassName
{
background-color: #92FA90;
}
.BgClassName
{
background-color: #92FA90;
}
</style>
border-color css
<style>
span { border-color: #92FA90; }
span { border-color: rgb(146,250,144); }
td.TdClassName
{
border-color: #92FA90;
}
.TagClassName
{
border-color: #92FA90;
}
</style>