Shades of Pale Green #92F0A2
Tints of Pale Green #92F0A2
RGB
CMYK
RGB Variations
Color information
#92F0A2 (or 0x92F0A2) is known color: Pale Green. HEX triplet: 92, F0 and A2. RGB value is (146,240,162). Sum of RGB (Red+Green+Blue) = 146+240+162=548 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.64% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #92F0A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F0A2 is #6D0F5D. Grayscale: #CBCBCB. Windows color (decimal): -7147358 or 10678418. OLE color: 10678418.
HSL color Cylindrical-coordinate representation of color #92F0A2: hue angle of 130.21º 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 #92F0A2 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 240 | 162 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.06 |
| HSL | 130.21º | 0.76% | 0.76% | - |
| HSV(B) | 130.21º | 0.39% | 0.94% | - |
| XYZ | 49.54 | 71.04 | 45.28 | - |
| YUV | 203 | 104.86 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 240 | 162 | 0.39 | 0 | 0.32 | 0.06 | 130.21 | 0.76 | 0.76 |
| Hex | 92 | F0 | A2 | 27 | 0 | 20 | 6 | 82 | 4C | 4C |
| Octal | 222 | 360 | 242 | 47 | 0 | 40 | 6 | 202 | 114 | 114 |
| Binary | 10010010 | 11110000 | 10100010 | 100111 | 0 | 100000 | 110 | 10000010 | 1001100 | 1001100 |
Color Harmonies of #92F0A2
Complementary color
Monochromatic Colors of #92F0A2
Black with #92F0A2
Text Example
Text Example
White with #92F0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F0A2; }
p { color: rgb(146,240,162); }
H1.HeaderClassName
{
color: #92F0A2;
}
.AnyTagClassName
{
color: #92F0A2;
}
</style>
background-color css
<style>
a { background-color: #92F0A2; }
a { background-color: rgb(146,240,162); }
div.DivClassName
{
background-color: #92F0A2;
}
.BgClassName
{
background-color: #92F0A2;
}
</style>
border-color css
<style>
span { border-color: #92F0A2; }
span { border-color: rgb(146,240,162); }
td.TdClassName
{
border-color: #92F0A2;
}
.TagClassName
{
border-color: #92F0A2;
}
</style>