Html Css Color HEX #9DE694 Granny Smith Apple
📋 copy color: '#9DE694'red 157 ◦ green 230 ◦ blue 148
Shades of Granny Smith Apple #9DE694
Tints of Granny Smith Apple #9DE694
RGB
CMYK
RGB Variations
Color information
#9DE694 (or 0x9DE694) is known color: Granny Smith Apple. HEX triplet: 9D, E6 and 94. RGB value is (157,230,148). Sum of RGB (Red+Green+Blue) = 157+230+148=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #9DE694 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DE694 is #62196B. Grayscale: #C7C7C7. Windows color (decimal): -6429036 or 9758365. OLE color: 9758365.
HSL color Cylindrical-coordinate representation of color #9DE694: hue angle of 113.41º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DE694 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 230 | 148 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.10 |
| HSL | 113.41º | 0.62% | 0.74% | - |
| HSV(B) | 113.41º | 0.36% | 0.9% | - |
| XYZ | 47.55 | 65.9 | 38.23 | - |
| YUV | 198.83 | 99.32 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 230 | 148 | 0.32 | 0 | 0.36 | 0.10 | 113.41 | 0.62 | 0.74 |
| Hex | 9D | E6 | 94 | 20 | 0 | 24 | A | 71 | 3E | 4A |
| Octal | 235 | 346 | 224 | 40 | 0 | 44 | 12 | 161 | 76 | 112 |
| Binary | 10011101 | 11100110 | 10010100 | 100000 | 0 | 100100 | 1010 | 1110001 | 111110 | 1001010 |
Color Harmonies of #9DE694
Complementary color
Monochromatic Colors of #9DE694
Black with #9DE694
Text Example
Text Example
White with #9DE694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE694; }
p { color: rgb(157,230,148); }
H1.HeaderClassName
{
color: #9DE694;
}
.AnyTagClassName
{
color: #9DE694;
}
</style>
background-color css
<style>
a { background-color: #9DE694; }
a { background-color: rgb(157,230,148); }
div.DivClassName
{
background-color: #9DE694;
}
.BgClassName
{
background-color: #9DE694;
}
</style>
border-color css
<style>
span { border-color: #9DE694; }
span { border-color: rgb(157,230,148); }
td.TdClassName
{
border-color: #9DE694;
}
.TagClassName
{
border-color: #9DE694;
}
</style>