Shades of Pale Green #9AED9D
Tints of Pale Green #9AED9D
RGB
CMYK
RGB Variations
Color information
#9AED9D (or 0x9AED9D) is known color: Pale Green. HEX triplet: 9A, ED and 9D. RGB value is (154,237,157). Sum of RGB (Red+Green+Blue) = 154+237+157=548 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.10% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #9AED9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AED9D is #651262. Grayscale: #CBCBCB. Windows color (decimal): -6623843 or 10349978. OLE color: 10349978.
HSL color Cylindrical-coordinate representation of color #9AED9D: hue angle of 122.17º 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 #9AED9D is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 237 | 157 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.07 |
| HSL | 122.17º | 0.7% | 0.77% | - |
| HSV(B) | 122.17º | 0.35% | 0.93% | - |
| XYZ | 49.7 | 69.87 | 42.77 | - |
| YUV | 203.06 | 102 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 237 | 157 | 0.35 | 0 | 0.34 | 0.07 | 122.17 | 0.7 | 0.77 |
| Hex | 9A | ED | 9D | 23 | 0 | 22 | 7 | 7A | 46 | 4D |
| Octal | 232 | 355 | 235 | 43 | 0 | 42 | 7 | 172 | 106 | 115 |
| Binary | 10011010 | 11101101 | 10011101 | 100011 | 0 | 100010 | 111 | 1111010 | 1000110 | 1001101 |
Color Harmonies of #9AED9D
Complementary color
Monochromatic Colors of #9AED9D
Black with #9AED9D
Text Example
Text Example
White with #9AED9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AED9D; }
p { color: rgb(154,237,157); }
H1.HeaderClassName
{
color: #9AED9D;
}
.AnyTagClassName
{
color: #9AED9D;
}
</style>
background-color css
<style>
a { background-color: #9AED9D; }
a { background-color: rgb(154,237,157); }
div.DivClassName
{
background-color: #9AED9D;
}
.BgClassName
{
background-color: #9AED9D;
}
</style>
border-color css
<style>
span { border-color: #9AED9D; }
span { border-color: rgb(154,237,157); }
td.TdClassName
{
border-color: #9AED9D;
}
.TagClassName
{
border-color: #9AED9D;
}
</style>