Shades of Pale Green #92F8A0
Tints of Pale Green #92F8A0
RGB
CMYK
RGB Variations
Color information
#92F8A0 (or 0x92F8A0) is known color: Pale Green. HEX triplet: 92, F8 and A0. RGB value is (146,248,160). Sum of RGB (Red+Green+Blue) = 146+248+160=554 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.35% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #92F8A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F8A0 is #6D075F. Grayscale: #CFCFCF. Windows color (decimal): -7145312 or 10549394. OLE color: 10549394.
HSL color Cylindrical-coordinate representation of color #92F8A0: hue angle of 128.24º 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 #92F8A0 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 146 | 248 | 160 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.03 |
| HSL | 128.24º | 0.88% | 0.77% | - |
| HSV(B) | 128.24º | 0.41% | 0.97% | - |
| XYZ | 51.77 | 75.78 | 45.16 | - |
| YUV | 207.47 | 101.21 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 248 | 160 | 0.41 | 0 | 0.35 | 0.03 | 128.24 | 0.88 | 0.77 |
| Hex | 92 | F8 | A0 | 29 | 0 | 23 | 3 | 80 | 58 | 4D |
| Octal | 222 | 370 | 240 | 51 | 0 | 43 | 3 | 200 | 130 | 115 |
| Binary | 10010010 | 11111000 | 10100000 | 101001 | 0 | 100011 | 11 | 10000000 | 1011000 | 1001101 |
Color Harmonies of #92F8A0
Complementary color
Monochromatic Colors of #92F8A0
Black with #92F8A0
Text Example
Text Example
White with #92F8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F8A0; }
p { color: rgb(146,248,160); }
H1.HeaderClassName
{
color: #92F8A0;
}
.AnyTagClassName
{
color: #92F8A0;
}
</style>
background-color css
<style>
a { background-color: #92F8A0; }
a { background-color: rgb(146,248,160); }
div.DivClassName
{
background-color: #92F8A0;
}
.BgClassName
{
background-color: #92F8A0;
}
</style>
border-color css
<style>
span { border-color: #92F8A0; }
span { border-color: rgb(146,248,160); }
td.TdClassName
{
border-color: #92F8A0;
}
.TagClassName
{
border-color: #92F8A0;
}
</style>