Html Css Color HEX #9ADB8D Granny Smith Apple
📋 copy color: '#9ADB8D'red 154 ◦ green 219 ◦ blue 141
Shades of Granny Smith Apple #9ADB8D
Tints of Granny Smith Apple #9ADB8D
RGB
CMYK
RGB Variations
Color information
#9ADB8D (or 0x9ADB8D) is known color: Granny Smith Apple. HEX triplet: 9A, DB and 8D. RGB value is (154,219,141). Sum of RGB (Red+Green+Blue) = 154+219+141=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADB8D is #652472. Grayscale: #BEBEBE. Windows color (decimal): -6628467 or 9296794. OLE color: 9296794.
HSL color Cylindrical-coordinate representation of color #9ADB8D: hue angle of 110º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ADB8D is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 141 | - |
| CMYK | 0.30 | 0 | 0.36 | 0.14 |
| HSL | 110º | 0.52% | 0.71% | - |
| HSV(B) | 110º | 0.36% | 0.86% | - |
| XYZ | 43.47 | 59.46 | 34.38 | - |
| YUV | 190.67 | 99.97 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 141 | 0.30 | 0 | 0.36 | 0.14 | 110 | 0.52 | 0.71 |
| Hex | 9A | DB | 8D | 1E | 0 | 24 | E | 6E | 34 | 47 |
| Octal | 232 | 333 | 215 | 36 | 0 | 44 | 16 | 156 | 64 | 107 |
| Binary | 10011010 | 11011011 | 10001101 | 11110 | 0 | 100100 | 1110 | 1101110 | 110100 | 1000111 |
Color Harmonies of #9ADB8D
Complementary color
Monochromatic Colors of #9ADB8D
Black with #9ADB8D
Text Example
Text Example
White with #9ADB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB8D; }
p { color: rgb(154,219,141); }
H1.HeaderClassName
{
color: #9ADB8D;
}
.AnyTagClassName
{
color: #9ADB8D;
}
</style>
background-color css
<style>
a { background-color: #9ADB8D; }
a { background-color: rgb(154,219,141); }
div.DivClassName
{
background-color: #9ADB8D;
}
.BgClassName
{
background-color: #9ADB8D;
}
</style>
border-color css
<style>
span { border-color: #9ADB8D; }
span { border-color: rgb(154,219,141); }
td.TdClassName
{
border-color: #9ADB8D;
}
.TagClassName
{
border-color: #9ADB8D;
}
</style>