Shades of Pale Green #9AEDA0
Tints of Pale Green #9AEDA0
RGB
CMYK
RGB Variations
Color information
#9AEDA0 (or 0x9AEDA0) is known color: Pale Green. HEX triplet: 9A, ED and A0. RGB value is (154,237,160). Sum of RGB (Red+Green+Blue) = 154+237+160=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #9AEDA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AEDA0 is #65125F. Grayscale: #CBCBCB. Windows color (decimal): -6623840 or 10546586. OLE color: 10546586.
HSL color Cylindrical-coordinate representation of color #9AEDA0: hue angle of 124.34º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEDA0 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 237 | 160 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.07 |
| HSL | 124.34º | 0.7% | 0.77% | - |
| HSV(B) | 124.34º | 0.35% | 0.93% | - |
| XYZ | 49.96 | 69.98 | 44.13 | - |
| YUV | 203.41 | 103.5 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 237 | 160 | 0.35 | 0 | 0.32 | 0.07 | 124.34 | 0.7 | 0.77 |
| Hex | 9A | ED | A0 | 23 | 0 | 20 | 7 | 7C | 46 | 4D |
| Octal | 232 | 355 | 240 | 43 | 0 | 40 | 7 | 174 | 106 | 115 |
| Binary | 10011010 | 11101101 | 10100000 | 100011 | 0 | 100000 | 111 | 1111100 | 1000110 | 1001101 |
Color Harmonies of #9AEDA0
Complementary color
Monochromatic Colors of #9AEDA0
Black with #9AEDA0
Text Example
Text Example
White with #9AEDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEDA0; }
p { color: rgb(154,237,160); }
H1.HeaderClassName
{
color: #9AEDA0;
}
.AnyTagClassName
{
color: #9AEDA0;
}
</style>
background-color css
<style>
a { background-color: #9AEDA0; }
a { background-color: rgb(154,237,160); }
div.DivClassName
{
background-color: #9AEDA0;
}
.BgClassName
{
background-color: #9AEDA0;
}
</style>
border-color css
<style>
span { border-color: #9AEDA0; }
span { border-color: rgb(154,237,160); }
td.TdClassName
{
border-color: #9AEDA0;
}
.TagClassName
{
border-color: #9AEDA0;
}
</style>