Html Css Color HEX #9AD98E Granny Smith Apple
📋 copy color: '#9AD98E'red 154 ◦ green 217 ◦ blue 142
Shades of Granny Smith Apple #9AD98E
Tints of Granny Smith Apple #9AD98E
RGB
CMYK
RGB Variations
Color information
#9AD98E (or 0x9AD98E) is known color: Granny Smith Apple. HEX triplet: 9A, D9 and 8E. RGB value is (154,217,142). Sum of RGB (Red+Green+Blue) = 154+217+142=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD98E is #652671. Grayscale: #BDBDBD. Windows color (decimal): -6628978 or 9361818. OLE color: 9361818.
HSL color Cylindrical-coordinate representation of color #9AD98E: hue angle of 110.4º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AD98E is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 142 | - |
| CMYK | 0.29 | 0 | 0.35 | 0.15 |
| HSL | 110.4º | 0.5% | 0.7% | - |
| HSV(B) | 110.4º | 0.35% | 0.85% | - |
| XYZ | 43.02 | 58.45 | 34.61 | - |
| YUV | 189.61 | 101.13 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 142 | 0.29 | 0 | 0.35 | 0.15 | 110.4 | 0.5 | 0.7 |
| Hex | 9A | D9 | 8E | 1D | 0 | 23 | F | 6E | 32 | 46 |
| Octal | 232 | 331 | 216 | 35 | 0 | 43 | 17 | 156 | 62 | 106 |
| Binary | 10011010 | 11011001 | 10001110 | 11101 | 0 | 100011 | 1111 | 1101110 | 110010 | 1000110 |
Color Harmonies of #9AD98E
Complementary color
Monochromatic Colors of #9AD98E
Black with #9AD98E
Text Example
Text Example
White with #9AD98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD98E; }
p { color: rgb(154,217,142); }
H1.HeaderClassName
{
color: #9AD98E;
}
.AnyTagClassName
{
color: #9AD98E;
}
</style>
background-color css
<style>
a { background-color: #9AD98E; }
a { background-color: rgb(154,217,142); }
div.DivClassName
{
background-color: #9AD98E;
}
.BgClassName
{
background-color: #9AD98E;
}
</style>
border-color css
<style>
span { border-color: #9AD98E; }
span { border-color: rgb(154,217,142); }
td.TdClassName
{
border-color: #9AD98E;
}
.TagClassName
{
border-color: #9AD98E;
}
</style>