Shades of Pale Green #9AED9E
Tints of Pale Green #9AED9E
RGB
CMYK
RGB Variations
Color information
#9AED9E (or 0x9AED9E) is known color: Pale Green. HEX triplet: 9A, ED and 9E. RGB value is (154,237,158). Sum of RGB (Red+Green+Blue) = 154+237+158=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #9AED9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AED9E is #651261. Grayscale: #CBCBCB. Windows color (decimal): -6623842 or 10415514. OLE color: 10415514.
HSL color Cylindrical-coordinate representation of color #9AED9E: hue angle of 122.89º 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 #9AED9E is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 237 | 158 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.07 |
| HSL | 122.89º | 0.7% | 0.77% | - |
| HSV(B) | 122.89º | 0.35% | 0.93% | - |
| XYZ | 49.78 | 69.91 | 43.22 | - |
| YUV | 203.18 | 102.5 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 237 | 158 | 0.35 | 0 | 0.33 | 0.07 | 122.89 | 0.7 | 0.77 |
| Hex | 9A | ED | 9E | 23 | 0 | 21 | 7 | 7B | 46 | 4D |
| Octal | 232 | 355 | 236 | 43 | 0 | 41 | 7 | 173 | 106 | 115 |
| Binary | 10011010 | 11101101 | 10011110 | 100011 | 0 | 100001 | 111 | 1111011 | 1000110 | 1001101 |
Color Harmonies of #9AED9E
Complementary color
Monochromatic Colors of #9AED9E
Black with #9AED9E
Text Example
Text Example
White with #9AED9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AED9E; }
p { color: rgb(154,237,158); }
H1.HeaderClassName
{
color: #9AED9E;
}
.AnyTagClassName
{
color: #9AED9E;
}
</style>
background-color css
<style>
a { background-color: #9AED9E; }
a { background-color: rgb(154,237,158); }
div.DivClassName
{
background-color: #9AED9E;
}
.BgClassName
{
background-color: #9AED9E;
}
</style>
border-color css
<style>
span { border-color: #9AED9E; }
span { border-color: rgb(154,237,158); }
td.TdClassName
{
border-color: #9AED9E;
}
.TagClassName
{
border-color: #9AED9E;
}
</style>