Shades of Pale Green #92EEA2
Tints of Pale Green #92EEA2
RGB
CMYK
RGB Variations
Color information
#92EEA2 (or 0x92EEA2) is known color: Pale Green. HEX triplet: 92, EE and A2. RGB value is (146,238,162). Sum of RGB (Red+Green+Blue) = 146+238+162=546 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.74% from 546); Green value is 238 (93.36% from 255 or 43.59% from 546); Blue value is 162 (63.67% from 255 or 29.67% from 546); Max value from RGB is 238 - color contains mainly: green. Hex color #92EEA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92EEA2 is #6D115D. Grayscale: #CACACA. Windows color (decimal): -7147870 or 10677906. OLE color: 10677906.
HSL color Cylindrical-coordinate representation of color #92EEA2: hue angle of 130.43º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92EEA2 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 238 | 162 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.07 |
| HSL | 130.43º | 0.73% | 0.75% | - |
| HSV(B) | 130.43º | 0.39% | 0.93% | - |
| XYZ | 48.95 | 69.87 | 45.09 | - |
| YUV | 201.83 | 105.52 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 238 | 162 | 0.39 | 0 | 0.32 | 0.07 | 130.43 | 0.73 | 0.75 |
| Hex | 92 | EE | A2 | 27 | 0 | 20 | 7 | 82 | 49 | 4B |
| Octal | 222 | 356 | 242 | 47 | 0 | 40 | 7 | 202 | 111 | 113 |
| Binary | 10010010 | 11101110 | 10100010 | 100111 | 0 | 100000 | 111 | 10000010 | 1001001 | 1001011 |
Color Harmonies of #92EEA2
Complementary color
Monochromatic Colors of #92EEA2
Black with #92EEA2
Text Example
Text Example
White with #92EEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EEA2; }
p { color: rgb(146,238,162); }
H1.HeaderClassName
{
color: #92EEA2;
}
.AnyTagClassName
{
color: #92EEA2;
}
</style>
background-color css
<style>
a { background-color: #92EEA2; }
a { background-color: rgb(146,238,162); }
div.DivClassName
{
background-color: #92EEA2;
}
.BgClassName
{
background-color: #92EEA2;
}
</style>
border-color css
<style>
span { border-color: #92EEA2; }
span { border-color: rgb(146,238,162); }
td.TdClassName
{
border-color: #92EEA2;
}
.TagClassName
{
border-color: #92EEA2;
}
</style>