Shades of Light Green #88F0A5
Tints of Light Green #88F0A5
RGB
CMYK
RGB Variations
Color information
#88F0A5 (or 0x88F0A5) is known color: Light Green. HEX triplet: 88, F0 and A5. RGB value is (136,240,165). Sum of RGB (Red+Green+Blue) = 136+240+165=541 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.14% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #88F0A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88F0A5 is #770F5A. Grayscale: #C8C8C8. Windows color (decimal): -7802715 or 10875016. OLE color: 10875016.
HSL color Cylindrical-coordinate representation of color #88F0A5: hue angle of 136.73º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88F0A5 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 240 | 165 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.06 |
| HSL | 136.73º | 0.78% | 0.74% | - |
| HSV(B) | 136.73º | 0.43% | 0.94% | - |
| XYZ | 48.1 | 70.27 | 46.63 | - |
| YUV | 200.35 | 108.04 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 240 | 165 | 0.43 | 0 | 0.31 | 0.06 | 136.73 | 0.78 | 0.74 |
| Hex | 88 | F0 | A5 | 2B | 0 | 1F | 6 | 89 | 4E | 4A |
| Octal | 210 | 360 | 245 | 53 | 0 | 37 | 6 | 211 | 116 | 112 |
| Binary | 10001000 | 11110000 | 10100101 | 101011 | 0 | 11111 | 110 | 10001001 | 1001110 | 1001010 |
Color Harmonies of #88F0A5
Complementary color
Monochromatic Colors of #88F0A5
Black with #88F0A5
Text Example
Text Example
White with #88F0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F0A5; }
p { color: rgb(136,240,165); }
H1.HeaderClassName
{
color: #88F0A5;
}
.AnyTagClassName
{
color: #88F0A5;
}
</style>
background-color css
<style>
a { background-color: #88F0A5; }
a { background-color: rgb(136,240,165); }
div.DivClassName
{
background-color: #88F0A5;
}
.BgClassName
{
background-color: #88F0A5;
}
</style>
border-color css
<style>
span { border-color: #88F0A5; }
span { border-color: rgb(136,240,165); }
td.TdClassName
{
border-color: #88F0A5;
}
.TagClassName
{
border-color: #88F0A5;
}
</style>