Shades of Pale Green #98EDA5
Tints of Pale Green #98EDA5
RGB
CMYK
RGB Variations
Color information
#98EDA5 (or 0x98EDA5) is known color: Pale Green. HEX triplet: 98, ED and A5. RGB value is (152,237,165). Sum of RGB (Red+Green+Blue) = 152+237+165=554 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.44% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #98EDA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98EDA5 is #67125A. Grayscale: #CBCBCB. Windows color (decimal): -6754907 or 10874264. OLE color: 10874264.
HSL color Cylindrical-coordinate representation of color #98EDA5: hue angle of 129.18º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EDA5 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 237 | 165 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.07 |
| HSL | 129.18º | 0.7% | 0.76% | - |
| HSV(B) | 129.18º | 0.36% | 0.93% | - |
| XYZ | 50.02 | 69.96 | 46.46 | - |
| YUV | 203.38 | 106.34 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 237 | 165 | 0.36 | 0 | 0.30 | 0.07 | 129.18 | 0.7 | 0.76 |
| Hex | 98 | ED | A5 | 24 | 0 | 1E | 7 | 81 | 46 | 4C |
| Octal | 230 | 355 | 245 | 44 | 0 | 36 | 7 | 201 | 106 | 114 |
| Binary | 10011000 | 11101101 | 10100101 | 100100 | 0 | 11110 | 111 | 10000001 | 1000110 | 1001100 |
Color Harmonies of #98EDA5
Complementary color
Monochromatic Colors of #98EDA5
Black with #98EDA5
Text Example
Text Example
White with #98EDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EDA5; }
p { color: rgb(152,237,165); }
H1.HeaderClassName
{
color: #98EDA5;
}
.AnyTagClassName
{
color: #98EDA5;
}
</style>
background-color css
<style>
a { background-color: #98EDA5; }
a { background-color: rgb(152,237,165); }
div.DivClassName
{
background-color: #98EDA5;
}
.BgClassName
{
background-color: #98EDA5;
}
</style>
border-color css
<style>
span { border-color: #98EDA5; }
span { border-color: rgb(152,237,165); }
td.TdClassName
{
border-color: #98EDA5;
}
.TagClassName
{
border-color: #98EDA5;
}
</style>