Shades of Pale Green #92F0A1
Tints of Pale Green #92F0A1
RGB
CMYK
RGB Variations
Color information
#92F0A1 (or 0x92F0A1) is known color: Pale Green. HEX triplet: 92, F0 and A1. RGB value is (146,240,161). Sum of RGB (Red+Green+Blue) = 146+240+161=547 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.69% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #92F0A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F0A1 is #6D0F5E. Grayscale: #CBCBCB. Windows color (decimal): -7147359 or 10612882. OLE color: 10612882.
HSL color Cylindrical-coordinate representation of color #92F0A1: hue angle of 129.57º 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 #92F0A1 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 240 | 161 | - |
| CMYK | 0.39 | 0 | 0.33 | 0.06 |
| HSL | 129.57º | 0.76% | 0.76% | - |
| HSV(B) | 129.57º | 0.39% | 0.94% | - |
| XYZ | 49.45 | 71 | 44.82 | - |
| YUV | 202.89 | 104.36 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 240 | 161 | 0.39 | 0 | 0.33 | 0.06 | 129.57 | 0.76 | 0.76 |
| Hex | 92 | F0 | A1 | 27 | 0 | 21 | 6 | 82 | 4C | 4C |
| Octal | 222 | 360 | 241 | 47 | 0 | 41 | 6 | 202 | 114 | 114 |
| Binary | 10010010 | 11110000 | 10100001 | 100111 | 0 | 100001 | 110 | 10000010 | 1001100 | 1001100 |
Color Harmonies of #92F0A1
Complementary color
Monochromatic Colors of #92F0A1
Black with #92F0A1
Text Example
Text Example
White with #92F0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F0A1; }
p { color: rgb(146,240,161); }
H1.HeaderClassName
{
color: #92F0A1;
}
.AnyTagClassName
{
color: #92F0A1;
}
</style>
background-color css
<style>
a { background-color: #92F0A1; }
a { background-color: rgb(146,240,161); }
div.DivClassName
{
background-color: #92F0A1;
}
.BgClassName
{
background-color: #92F0A1;
}
</style>
border-color css
<style>
span { border-color: #92F0A1; }
span { border-color: rgb(146,240,161); }
td.TdClassName
{
border-color: #92F0A1;
}
.TagClassName
{
border-color: #92F0A1;
}
</style>