Shades of Pale Green #92F892
Tints of Pale Green #92F892
RGB
CMYK
RGB Variations
Color information
#92F892 (or 0x92F892) is known color: Pale Green. HEX triplet: 92, F8 and 92. RGB value is (146,248,146). Sum of RGB (Red+Green+Blue) = 146+248+146=540 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.04% from 540); Green value is 248 (97.27% from 255 or 45.93% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 248 - color contains mainly: green. Hex color #92F892 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F892 is #6D076D. Grayscale: #CECECE. Windows color (decimal): -7145326 or 9631890. OLE color: 9631890.
HSL color Cylindrical-coordinate representation of color #92F892: hue angle of 120º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92F892 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 146 | 248 | 146 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.03 |
| HSL | 120º | 0.88% | 0.77% | - |
| HSV(B) | 120º | 0.41% | 0.97% | - |
| XYZ | 50.61 | 75.32 | 39.07 | - |
| YUV | 205.87 | 94.21 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 248 | 146 | 0.41 | 0 | 0.41 | 0.03 | 120 | 0.88 | 0.77 |
| Hex | 92 | F8 | 92 | 29 | 0 | 29 | 3 | 78 | 58 | 4D |
| Octal | 222 | 370 | 222 | 51 | 0 | 51 | 3 | 170 | 130 | 115 |
| Binary | 10010010 | 11111000 | 10010010 | 101001 | 0 | 101001 | 11 | 1111000 | 1011000 | 1001101 |
Color Harmonies of #92F892
Complementary color
Monochromatic Colors of #92F892
Black with #92F892
Text Example
Text Example
White with #92F892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F892; }
p { color: rgb(146,248,146); }
H1.HeaderClassName
{
color: #92F892;
}
.AnyTagClassName
{
color: #92F892;
}
</style>
background-color css
<style>
a { background-color: #92F892; }
a { background-color: rgb(146,248,146); }
div.DivClassName
{
background-color: #92F892;
}
.BgClassName
{
background-color: #92F892;
}
</style>
border-color css
<style>
span { border-color: #92F892; }
span { border-color: rgb(146,248,146); }
td.TdClassName
{
border-color: #92F892;
}
.TagClassName
{
border-color: #92F892;
}
</style>