Shades of Pale Green #90EFA2
Tints of Pale Green #90EFA2
RGB
CMYK
RGB Variations
Color information
#90EFA2 (or 0x90EFA2) is known color: Pale Green. HEX triplet: 90, EF and A2. RGB value is (144,239,162). Sum of RGB (Red+Green+Blue) = 144+239+162=545 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.42% from 545); Green value is 239 (93.75% from 255 or 43.85% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90EFA2 is #6F105D. Grayscale: #CACACA. Windows color (decimal): -7278686 or 10678160. OLE color: 10678160.
HSL color Cylindrical-coordinate representation of color #90EFA2: hue angle of 131.37º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90EFA2 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 239 | 162 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.06 |
| HSL | 131.37º | 0.75% | 0.75% | - |
| HSV(B) | 131.37º | 0.4% | 0.94% | - |
| XYZ | 48.89 | 70.27 | 45.17 | - |
| YUV | 201.82 | 105.53 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 239 | 162 | 0.40 | 0 | 0.32 | 0.06 | 131.37 | 0.75 | 0.75 |
| Hex | 90 | EF | A2 | 28 | 0 | 20 | 6 | 83 | 4B | 4B |
| Octal | 220 | 357 | 242 | 50 | 0 | 40 | 6 | 203 | 113 | 113 |
| Binary | 10010000 | 11101111 | 10100010 | 101000 | 0 | 100000 | 110 | 10000011 | 1001011 | 1001011 |
Color Harmonies of #90EFA2
Complementary color
Monochromatic Colors of #90EFA2
Black with #90EFA2
Text Example
Text Example
White with #90EFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EFA2; }
p { color: rgb(144,239,162); }
H1.HeaderClassName
{
color: #90EFA2;
}
.AnyTagClassName
{
color: #90EFA2;
}
</style>
background-color css
<style>
a { background-color: #90EFA2; }
a { background-color: rgb(144,239,162); }
div.DivClassName
{
background-color: #90EFA2;
}
.BgClassName
{
background-color: #90EFA2;
}
</style>
border-color css
<style>
span { border-color: #90EFA2; }
span { border-color: rgb(144,239,162); }
td.TdClassName
{
border-color: #90EFA2;
}
.TagClassName
{
border-color: #90EFA2;
}
</style>