Shades of Pastel Green #90F26B
Tints of Pastel Green #90F26B
RGB
CMYK
RGB Variations
Color information
#90F26B (or 0x90F26B) is known color: Pastel Green. HEX triplet: 90, F2 and 6B. RGB value is (144,242,107). Sum of RGB (Red+Green+Blue) = 144+242+107=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #90F26B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F26B is #6F0D94. Grayscale: #C5C5C5. Windows color (decimal): -7277973 or 7074448. OLE color: 7074448.
HSL color Cylindrical-coordinate representation of color #90F26B: hue angle of 103.56º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #90F26B is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 107 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.05 |
| HSL | 103.56º | 0.84% | 0.68% | - |
| HSV(B) | 103.56º | 0.56% | 0.95% | - |
| XYZ | 45.91 | 70.5 | 25.1 | - |
| YUV | 197.31 | 77.03 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 107 | 0.40 | 0 | 0.56 | 0.05 | 103.56 | 0.84 | 0.68 |
| Hex | 90 | F2 | 6B | 28 | 0 | 38 | 5 | 68 | 54 | 44 |
| Octal | 220 | 362 | 153 | 50 | 0 | 70 | 5 | 150 | 124 | 104 |
| Binary | 10010000 | 11110010 | 1101011 | 101000 | 0 | 111000 | 101 | 1101000 | 1010100 | 1000100 |
Color Harmonies of #90F26B
Complementary color
Monochromatic Colors of #90F26B
Black with #90F26B
Text Example
Text Example
White with #90F26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F26B; }
p { color: rgb(144,242,107); }
H1.HeaderClassName
{
color: #90F26B;
}
.AnyTagClassName
{
color: #90F26B;
}
</style>
background-color css
<style>
a { background-color: #90F26B; }
a { background-color: rgb(144,242,107); }
div.DivClassName
{
background-color: #90F26B;
}
.BgClassName
{
background-color: #90F26B;
}
</style>
border-color css
<style>
span { border-color: #90F26B; }
span { border-color: rgb(144,242,107); }
td.TdClassName
{
border-color: #90F26B;
}
.TagClassName
{
border-color: #90F26B;
}
</style>