Html Css Color HEX #9ADA8D Granny Smith Apple
📋 copy color: '#9ADA8D'red 154 ◦ green 218 ◦ blue 141
Shades of Granny Smith Apple #9ADA8D
Tints of Granny Smith Apple #9ADA8D
RGB
CMYK
RGB Variations
Color information
#9ADA8D (or 0x9ADA8D) is known color: Granny Smith Apple. HEX triplet: 9A, DA and 8D. RGB value is (154,218,141). Sum of RGB (Red+Green+Blue) = 154+218+141=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADA8D is #652572. Grayscale: #BEBEBE. Windows color (decimal): -6628723 or 9296538. OLE color: 9296538.
HSL color Cylindrical-coordinate representation of color #9ADA8D: hue angle of 109.87º degrees, saturation: 0.51, 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 #9ADA8D is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 141 | - |
| CMYK | 0.29 | 0 | 0.35 | 0.15 |
| HSL | 109.87º | 0.51% | 0.7% | - |
| HSV(B) | 109.87º | 0.35% | 0.85% | - |
| XYZ | 43.21 | 58.94 | 34.3 | - |
| YUV | 190.09 | 100.3 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 141 | 0.29 | 0 | 0.35 | 0.15 | 109.87 | 0.51 | 0.7 |
| Hex | 9A | DA | 8D | 1D | 0 | 23 | F | 6E | 33 | 46 |
| Octal | 232 | 332 | 215 | 35 | 0 | 43 | 17 | 156 | 63 | 106 |
| Binary | 10011010 | 11011010 | 10001101 | 11101 | 0 | 100011 | 1111 | 1101110 | 110011 | 1000110 |
Color Harmonies of #9ADA8D
Complementary color
Monochromatic Colors of #9ADA8D
Black with #9ADA8D
Text Example
Text Example
White with #9ADA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADA8D; }
p { color: rgb(154,218,141); }
H1.HeaderClassName
{
color: #9ADA8D;
}
.AnyTagClassName
{
color: #9ADA8D;
}
</style>
background-color css
<style>
a { background-color: #9ADA8D; }
a { background-color: rgb(154,218,141); }
div.DivClassName
{
background-color: #9ADA8D;
}
.BgClassName
{
background-color: #9ADA8D;
}
</style>
border-color css
<style>
span { border-color: #9ADA8D; }
span { border-color: rgb(154,218,141); }
td.TdClassName
{
border-color: #9ADA8D;
}
.TagClassName
{
border-color: #9ADA8D;
}
</style>