Shades of Pale Green #90FCAC
Tints of Pale Green #90FCAC
RGB
CMYK
RGB Variations
Color information
#90FCAC (or 0x90FCAC) is known color: Pale Green. HEX triplet: 90, FC and AC. RGB value is (144,252,172). Sum of RGB (Red+Green+Blue) = 144+252+172=568 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.35% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FCAC is #6F0353. Grayscale: #D2D2D2. Windows color (decimal): -7275348 or 11336848. OLE color: 11336848.
HSL color Cylindrical-coordinate representation of color #90FCAC: hue angle of 135.56º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FCAC is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 252 | 172 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.01 |
| HSL | 135.56º | 0.95% | 0.78% | - |
| HSV(B) | 135.56º | 0.43% | 0.99% | - |
| XYZ | 53.76 | 78.53 | 51.35 | - |
| YUV | 210.59 | 106.22 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 252 | 172 | 0.43 | 0 | 0.32 | 0.01 | 135.56 | 0.95 | 0.78 |
| Hex | 90 | FC | AC | 2B | 0 | 20 | 1 | 88 | 5F | 4E |
| Octal | 220 | 374 | 254 | 53 | 0 | 40 | 1 | 210 | 137 | 116 |
| Binary | 10010000 | 11111100 | 10101100 | 101011 | 0 | 100000 | 1 | 10001000 | 1011111 | 1001110 |
Color Harmonies of #90FCAC
Complementary color
Monochromatic Colors of #90FCAC
Black with #90FCAC
Text Example
Text Example
White with #90FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FCAC; }
p { color: rgb(144,252,172); }
H1.HeaderClassName
{
color: #90FCAC;
}
.AnyTagClassName
{
color: #90FCAC;
}
</style>
background-color css
<style>
a { background-color: #90FCAC; }
a { background-color: rgb(144,252,172); }
div.DivClassName
{
background-color: #90FCAC;
}
.BgClassName
{
background-color: #90FCAC;
}
</style>
border-color css
<style>
span { border-color: #90FCAC; }
span { border-color: rgb(144,252,172); }
td.TdClassName
{
border-color: #90FCAC;
}
.TagClassName
{
border-color: #90FCAC;
}
</style>