Shades of Pastel Green #90F16B
Tints of Pastel Green #90F16B
RGB
CMYK
RGB Variations
Color information
#90F16B (or 0x90F16B) is known color: Pastel Green. HEX triplet: 90, F1 and 6B. RGB value is (144,241,107). Sum of RGB (Red+Green+Blue) = 144+241+107=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #90F16B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F16B is #6F0E94. Grayscale: #C5C5C5. Windows color (decimal): -7278229 or 7074192. OLE color: 7074192.
HSL color Cylindrical-coordinate representation of color #90F16B: hue angle of 103.43º degrees, saturation: 0.83, 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 #90F16B is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 241 | 107 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.05 |
| HSL | 103.43º | 0.83% | 0.68% | - |
| HSV(B) | 103.43º | 0.56% | 0.95% | - |
| XYZ | 45.61 | 69.9 | 25 | - |
| YUV | 196.72 | 77.36 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 241 | 107 | 0.40 | 0 | 0.56 | 0.05 | 103.43 | 0.83 | 0.68 |
| Hex | 90 | F1 | 6B | 28 | 0 | 38 | 5 | 67 | 53 | 44 |
| Octal | 220 | 361 | 153 | 50 | 0 | 70 | 5 | 147 | 123 | 104 |
| Binary | 10010000 | 11110001 | 1101011 | 101000 | 0 | 111000 | 101 | 1100111 | 1010011 | 1000100 |
Color Harmonies of #90F16B
Complementary color
Monochromatic Colors of #90F16B
Black with #90F16B
Text Example
Text Example
White with #90F16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F16B; }
p { color: rgb(144,241,107); }
H1.HeaderClassName
{
color: #90F16B;
}
.AnyTagClassName
{
color: #90F16B;
}
</style>
background-color css
<style>
a { background-color: #90F16B; }
a { background-color: rgb(144,241,107); }
div.DivClassName
{
background-color: #90F16B;
}
.BgClassName
{
background-color: #90F16B;
}
</style>
border-color css
<style>
span { border-color: #90F16B; }
span { border-color: rgb(144,241,107); }
td.TdClassName
{
border-color: #90F16B;
}
.TagClassName
{
border-color: #90F16B;
}
</style>