Shades of Pale Green #9DFA9C
Tints of Pale Green #9DFA9C
RGB
CMYK
RGB Variations
Color information
#9DFA9C (or 0x9DFA9C) is known color: Pale Green. HEX triplet: 9D, FA and 9C. RGB value is (157,250,156). Sum of RGB (Red+Green+Blue) = 157+250+156=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFA9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DFA9C is #620563. Grayscale: #D3D3D3. Windows color (decimal): -6423908 or 10287773. OLE color: 10287773.
HSL color Cylindrical-coordinate representation of color #9DFA9C: hue angle of 119.36º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFA9C is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 250 | 156 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.02 |
| HSL | 119.36º | 0.9% | 0.8% | - |
| HSV(B) | 119.36º | 0.38% | 0.98% | - |
| XYZ | 54.09 | 77.94 | 43.65 | - |
| YUV | 211.48 | 96.69 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 250 | 156 | 0.37 | 0 | 0.38 | 0.02 | 119.36 | 0.9 | 0.8 |
| Hex | 9D | FA | 9C | 25 | 0 | 26 | 2 | 77 | 5A | 50 |
| Octal | 235 | 372 | 234 | 45 | 0 | 46 | 2 | 167 | 132 | 120 |
| Binary | 10011101 | 11111010 | 10011100 | 100101 | 0 | 100110 | 10 | 1110111 | 1011010 | 1010000 |
Color Harmonies of #9DFA9C
Complementary color
Monochromatic Colors of #9DFA9C
Black with #9DFA9C
Text Example
Text Example
White with #9DFA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFA9C; }
p { color: rgb(157,250,156); }
H1.HeaderClassName
{
color: #9DFA9C;
}
.AnyTagClassName
{
color: #9DFA9C;
}
</style>
background-color css
<style>
a { background-color: #9DFA9C; }
a { background-color: rgb(157,250,156); }
div.DivClassName
{
background-color: #9DFA9C;
}
.BgClassName
{
background-color: #9DFA9C;
}
</style>
border-color css
<style>
span { border-color: #9DFA9C; }
span { border-color: rgb(157,250,156); }
td.TdClassName
{
border-color: #9DFA9C;
}
.TagClassName
{
border-color: #9DFA9C;
}
</style>