Shades of Pastel Green #90EF70
Tints of Pastel Green #90EF70
RGB
CMYK
RGB Variations
Color information
#90EF70 (or 0x90EF70) is known color: Pastel Green. HEX triplet: 90, EF and 70. RGB value is (144,239,112). Sum of RGB (Red+Green+Blue) = 144+239+112=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #90EF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90EF70 is #6F108F. Grayscale: #C4C4C4. Windows color (decimal): -7278736 or 7401360. OLE color: 7401360.
HSL color Cylindrical-coordinate representation of color #90EF70: hue angle of 104.88º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90EF70 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 239 | 112 | - |
| CMYK | 0.40 | 0 | 0.53 | 0.06 |
| HSL | 104.88º | 0.8% | 0.69% | - |
| HSV(B) | 104.88º | 0.53% | 0.94% | - |
| XYZ | 45.29 | 68.83 | 26.23 | - |
| YUV | 196.12 | 80.53 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 239 | 112 | 0.40 | 0 | 0.53 | 0.06 | 104.88 | 0.8 | 0.69 |
| Hex | 90 | EF | 70 | 28 | 0 | 35 | 6 | 69 | 50 | 45 |
| Octal | 220 | 357 | 160 | 50 | 0 | 65 | 6 | 151 | 120 | 105 |
| Binary | 10010000 | 11101111 | 1110000 | 101000 | 0 | 110101 | 110 | 1101001 | 1010000 | 1000101 |
Color Harmonies of #90EF70
Complementary color
Monochromatic Colors of #90EF70
Black with #90EF70
Text Example
Text Example
White with #90EF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EF70; }
p { color: rgb(144,239,112); }
H1.HeaderClassName
{
color: #90EF70;
}
.AnyTagClassName
{
color: #90EF70;
}
</style>
background-color css
<style>
a { background-color: #90EF70; }
a { background-color: rgb(144,239,112); }
div.DivClassName
{
background-color: #90EF70;
}
.BgClassName
{
background-color: #90EF70;
}
</style>
border-color css
<style>
span { border-color: #90EF70; }
span { border-color: rgb(144,239,112); }
td.TdClassName
{
border-color: #90EF70;
}
.TagClassName
{
border-color: #90EF70;
}
</style>