Shades of Pale Green #92F0AA
Tints of Pale Green #92F0AA
RGB
CMYK
RGB Variations
Color information
#92F0AA (or 0x92F0AA) is known color: Pale Green. HEX triplet: 92, F0 and AA. RGB value is (146,240,170). Sum of RGB (Red+Green+Blue) = 146+240+170=556 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.26% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #92F0AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F0AA is #6D0F55. Grayscale: #CCCCCC. Windows color (decimal): -7147350 or 11202706. OLE color: 11202706.
HSL color Cylindrical-coordinate representation of color #92F0AA: hue angle of 135.32º 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 #92F0AA is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 240 | 170 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.06 |
| HSL | 135.32º | 0.76% | 0.76% | - |
| HSV(B) | 135.32º | 0.39% | 0.94% | - |
| XYZ | 50.27 | 71.33 | 49.15 | - |
| YUV | 203.91 | 108.86 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 240 | 170 | 0.39 | 0 | 0.29 | 0.06 | 135.32 | 0.76 | 0.76 |
| Hex | 92 | F0 | AA | 27 | 0 | 1D | 6 | 87 | 4C | 4C |
| Octal | 222 | 360 | 252 | 47 | 0 | 35 | 6 | 207 | 114 | 114 |
| Binary | 10010010 | 11110000 | 10101010 | 100111 | 0 | 11101 | 110 | 10000111 | 1001100 | 1001100 |
Color Harmonies of #92F0AA
Complementary color
Monochromatic Colors of #92F0AA
Black with #92F0AA
Text Example
Text Example
White with #92F0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F0AA; }
p { color: rgb(146,240,170); }
H1.HeaderClassName
{
color: #92F0AA;
}
.AnyTagClassName
{
color: #92F0AA;
}
</style>
background-color css
<style>
a { background-color: #92F0AA; }
a { background-color: rgb(146,240,170); }
div.DivClassName
{
background-color: #92F0AA;
}
.BgClassName
{
background-color: #92F0AA;
}
</style>
border-color css
<style>
span { border-color: #92F0AA; }
span { border-color: rgb(146,240,170); }
td.TdClassName
{
border-color: #92F0AA;
}
.TagClassName
{
border-color: #92F0AA;
}
</style>