Shades of Pale Green #92F0A0
Tints of Pale Green #92F0A0
RGB
CMYK
RGB Variations
Color information
#92F0A0 (or 0x92F0A0) is known color: Pale Green. HEX triplet: 92, F0 and A0. RGB value is (146,240,160). Sum of RGB (Red+Green+Blue) = 146+240+160=546 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.74% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #92F0A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F0A0 is #6D0F5F. Grayscale: #CACACA. Windows color (decimal): -7147360 or 10547346. OLE color: 10547346.
HSL color Cylindrical-coordinate representation of color #92F0A0: hue angle of 128.94º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92F0A0 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 240 | 160 | - |
| CMYK | 0.39 | 0 | 0.33 | 0.06 |
| HSL | 128.94º | 0.76% | 0.76% | - |
| HSV(B) | 128.94º | 0.39% | 0.94% | - |
| XYZ | 49.36 | 70.97 | 44.35 | - |
| YUV | 202.77 | 103.86 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 240 | 160 | 0.39 | 0 | 0.33 | 0.06 | 128.94 | 0.76 | 0.76 |
| Hex | 92 | F0 | A0 | 27 | 0 | 21 | 6 | 81 | 4C | 4C |
| Octal | 222 | 360 | 240 | 47 | 0 | 41 | 6 | 201 | 114 | 114 |
| Binary | 10010010 | 11110000 | 10100000 | 100111 | 0 | 100001 | 110 | 10000001 | 1001100 | 1001100 |
Color Harmonies of #92F0A0
Complementary color
Monochromatic Colors of #92F0A0
Black with #92F0A0
Text Example
Text Example
White with #92F0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F0A0; }
p { color: rgb(146,240,160); }
H1.HeaderClassName
{
color: #92F0A0;
}
.AnyTagClassName
{
color: #92F0A0;
}
</style>
background-color css
<style>
a { background-color: #92F0A0; }
a { background-color: rgb(146,240,160); }
div.DivClassName
{
background-color: #92F0A0;
}
.BgClassName
{
background-color: #92F0A0;
}
</style>
border-color css
<style>
span { border-color: #92F0A0; }
span { border-color: rgb(146,240,160); }
td.TdClassName
{
border-color: #92F0A0;
}
.TagClassName
{
border-color: #92F0A0;
}
</style>