Shades of Pale Green #98EDA4
Tints of Pale Green #98EDA4
RGB
CMYK
RGB Variations
Color information
#98EDA4 (or 0x98EDA4) is known color: Pale Green. HEX triplet: 98, ED and A4. RGB value is (152,237,164). Sum of RGB (Red+Green+Blue) = 152+237+164=553 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.49% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #98EDA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98EDA4 is #67125B. Grayscale: #CBCBCB. Windows color (decimal): -6754908 or 10808728. OLE color: 10808728.
HSL color Cylindrical-coordinate representation of color #98EDA4: hue angle of 128.47º 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 #98EDA4 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 237 | 164 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.07 |
| HSL | 128.47º | 0.7% | 0.76% | - |
| HSV(B) | 128.47º | 0.36% | 0.93% | - |
| XYZ | 49.93 | 69.92 | 45.99 | - |
| YUV | 203.26 | 105.84 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 237 | 164 | 0.36 | 0 | 0.31 | 0.07 | 128.47 | 0.7 | 0.76 |
| Hex | 98 | ED | A4 | 24 | 0 | 1F | 7 | 80 | 46 | 4C |
| Octal | 230 | 355 | 244 | 44 | 0 | 37 | 7 | 200 | 106 | 114 |
| Binary | 10011000 | 11101101 | 10100100 | 100100 | 0 | 11111 | 111 | 10000000 | 1000110 | 1001100 |
Color Harmonies of #98EDA4
Complementary color
Monochromatic Colors of #98EDA4
Black with #98EDA4
Text Example
Text Example
White with #98EDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EDA4; }
p { color: rgb(152,237,164); }
H1.HeaderClassName
{
color: #98EDA4;
}
.AnyTagClassName
{
color: #98EDA4;
}
</style>
background-color css
<style>
a { background-color: #98EDA4; }
a { background-color: rgb(152,237,164); }
div.DivClassName
{
background-color: #98EDA4;
}
.BgClassName
{
background-color: #98EDA4;
}
</style>
border-color css
<style>
span { border-color: #98EDA4; }
span { border-color: rgb(152,237,164); }
td.TdClassName
{
border-color: #98EDA4;
}
.TagClassName
{
border-color: #98EDA4;
}
</style>