Shades of Pale Green #90FB92
Tints of Pale Green #90FB92
RGB
CMYK
RGB Variations
Color information
#90FB92 (or 0x90FB92) is known color: Pale Green. HEX triplet: 90, FB and 92. RGB value is (144,251,146). Sum of RGB (Red+Green+Blue) = 144+251+146=541 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.62% from 541); Green value is 251 (98.44% from 255 or 46.40% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 251 - color contains mainly: green. Hex color #90FB92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FB92 is #6F046D. Grayscale: #CFCFCF. Windows color (decimal): -7275630 or 9632656. OLE color: 9632656.
HSL color Cylindrical-coordinate representation of color #90FB92: hue angle of 121.12º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FB92 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 251 | 146 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.02 |
| HSL | 121.12º | 0.93% | 0.77% | - |
| HSV(B) | 121.12º | 0.43% | 0.98% | - |
| XYZ | 51.19 | 77 | 39.36 | - |
| YUV | 207.04 | 93.55 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 251 | 146 | 0.43 | 0 | 0.42 | 0.02 | 121.12 | 0.93 | 0.77 |
| Hex | 90 | FB | 92 | 2B | 0 | 2A | 2 | 79 | 5D | 4D |
| Octal | 220 | 373 | 222 | 53 | 0 | 52 | 2 | 171 | 135 | 115 |
| Binary | 10010000 | 11111011 | 10010010 | 101011 | 0 | 101010 | 10 | 1111001 | 1011101 | 1001101 |
Color Harmonies of #90FB92
Complementary color
Monochromatic Colors of #90FB92
Black with #90FB92
Text Example
Text Example
White with #90FB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FB92; }
p { color: rgb(144,251,146); }
H1.HeaderClassName
{
color: #90FB92;
}
.AnyTagClassName
{
color: #90FB92;
}
</style>
background-color css
<style>
a { background-color: #90FB92; }
a { background-color: rgb(144,251,146); }
div.DivClassName
{
background-color: #90FB92;
}
.BgClassName
{
background-color: #90FB92;
}
</style>
border-color css
<style>
span { border-color: #90FB92; }
span { border-color: rgb(144,251,146); }
td.TdClassName
{
border-color: #90FB92;
}
.TagClassName
{
border-color: #90FB92;
}
</style>