Shades of Pale Green #88F2A5
Tints of Pale Green #88F2A5
RGB
CMYK
RGB Variations
Color information
#88F2A5 (or 0x88F2A5) is known color: Pale Green. HEX triplet: 88, F2 and A5. RGB value is (136,242,165). Sum of RGB (Red+Green+Blue) = 136+242+165=543 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.05% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #88F2A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88F2A5 is #770D5A. Grayscale: #C9C9C9. Windows color (decimal): -7802203 or 10875528. OLE color: 10875528.
HSL color Cylindrical-coordinate representation of color #88F2A5: hue angle of 136.42º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88F2A5 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 242 | 165 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.05 |
| HSL | 136.42º | 0.8% | 0.74% | - |
| HSV(B) | 136.42º | 0.44% | 0.95% | - |
| XYZ | 48.7 | 71.46 | 46.82 | - |
| YUV | 201.53 | 107.38 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 242 | 165 | 0.44 | 0 | 0.32 | 0.05 | 136.42 | 0.8 | 0.74 |
| Hex | 88 | F2 | A5 | 2C | 0 | 20 | 5 | 88 | 50 | 4A |
| Octal | 210 | 362 | 245 | 54 | 0 | 40 | 5 | 210 | 120 | 112 |
| Binary | 10001000 | 11110010 | 10100101 | 101100 | 0 | 100000 | 101 | 10001000 | 1010000 | 1001010 |
Color Harmonies of #88F2A5
Complementary color
Monochromatic Colors of #88F2A5
Black with #88F2A5
Text Example
Text Example
White with #88F2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F2A5; }
p { color: rgb(136,242,165); }
H1.HeaderClassName
{
color: #88F2A5;
}
.AnyTagClassName
{
color: #88F2A5;
}
</style>
background-color css
<style>
a { background-color: #88F2A5; }
a { background-color: rgb(136,242,165); }
div.DivClassName
{
background-color: #88F2A5;
}
.BgClassName
{
background-color: #88F2A5;
}
</style>
border-color css
<style>
span { border-color: #88F2A5; }
span { border-color: rgb(136,242,165); }
td.TdClassName
{
border-color: #88F2A5;
}
.TagClassName
{
border-color: #88F2A5;
}
</style>