Html Css Color HEX #9DDA9A Granny Smith Apple
📋 copy color: '#9DDA9A'red 157 ◦ green 218 ◦ blue 154
Shades of Granny Smith Apple #9DDA9A
Tints of Granny Smith Apple #9DDA9A
RGB
CMYK
RGB Variations
Color information
#9DDA9A (or 0x9DDA9A) is known color: Granny Smith Apple. HEX triplet: 9D, DA and 9A. RGB value is (157,218,154). Sum of RGB (Red+Green+Blue) = 157+218+154=529 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.68% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDA9A is #622565. Grayscale: #C0C0C0. Windows color (decimal): -6432102 or 10148509. OLE color: 10148509.
HSL color Cylindrical-coordinate representation of color #9DDA9A: hue angle of 117.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDA9A is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 154 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.15 |
| HSL | 117.19º | 0.46% | 0.73% | - |
| HSV(B) | 117.19º | 0.29% | 0.85% | - |
| XYZ | 44.81 | 59.64 | 39.72 | - |
| YUV | 192.47 | 106.29 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 154 | 0.28 | 0 | 0.29 | 0.15 | 117.19 | 0.46 | 0.73 |
| Hex | 9D | DA | 9A | 1C | 0 | 1D | F | 75 | 2E | 49 |
| Octal | 235 | 332 | 232 | 34 | 0 | 35 | 17 | 165 | 56 | 111 |
| Binary | 10011101 | 11011010 | 10011010 | 11100 | 0 | 11101 | 1111 | 1110101 | 101110 | 1001001 |
Color Harmonies of #9DDA9A
Complementary color
Monochromatic Colors of #9DDA9A
Black with #9DDA9A
Text Example
Text Example
White with #9DDA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDA9A; }
p { color: rgb(157,218,154); }
H1.HeaderClassName
{
color: #9DDA9A;
}
.AnyTagClassName
{
color: #9DDA9A;
}
</style>
background-color css
<style>
a { background-color: #9DDA9A; }
a { background-color: rgb(157,218,154); }
div.DivClassName
{
background-color: #9DDA9A;
}
.BgClassName
{
background-color: #9DDA9A;
}
</style>
border-color css
<style>
span { border-color: #9DDA9A; }
span { border-color: rgb(157,218,154); }
td.TdClassName
{
border-color: #9DDA9A;
}
.TagClassName
{
border-color: #9DDA9A;
}
</style>