Html Css Color HEX #9ADC8D Granny Smith Apple
📋 copy color: '#9ADC8D'red 154 ◦ green 220 ◦ blue 141
Shades of Granny Smith Apple #9ADC8D
Tints of Granny Smith Apple #9ADC8D
RGB
CMYK
RGB Variations
Color information
#9ADC8D (or 0x9ADC8D) is known color: Granny Smith Apple. HEX triplet: 9A, DC and 8D. RGB value is (154,220,141). Sum of RGB (Red+Green+Blue) = 154+220+141=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADC8D is #652372. Grayscale: #BFBFBF. Windows color (decimal): -6628211 or 9297050. OLE color: 9297050.
HSL color Cylindrical-coordinate representation of color #9ADC8D: hue angle of 110.13º degrees, saturation: 0.53, 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 #9ADC8D is Cyan = 0.3, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 141 | - |
| CMYK | 0.3 | 0 | 0.36 | 0.14 |
| HSL | 110.13º | 0.53% | 0.71% | - |
| HSV(B) | 110.13º | 0.36% | 0.86% | - |
| XYZ | 43.73 | 59.98 | 34.47 | - |
| YUV | 191.26 | 99.63 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 141 | 0.3 | 0 | 0.36 | 0.14 | 110.13 | 0.53 | 0.71 |
| Hex | 9A | DC | 8D | 1E | 0 | 24 | E | 6E | 35 | 47 |
| Octal | 232 | 334 | 215 | 36 | 0 | 44 | 16 | 156 | 65 | 107 |
| Binary | 10011010 | 11011100 | 10001101 | 11110 | 0 | 100100 | 1110 | 1101110 | 110101 | 1000111 |
Color Harmonies of #9ADC8D
Complementary color
Monochromatic Colors of #9ADC8D
Black with #9ADC8D
Text Example
Text Example
White with #9ADC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADC8D; }
p { color: rgb(154,220,141); }
H1.HeaderClassName
{
color: #9ADC8D;
}
.AnyTagClassName
{
color: #9ADC8D;
}
</style>
background-color css
<style>
a { background-color: #9ADC8D; }
a { background-color: rgb(154,220,141); }
div.DivClassName
{
background-color: #9ADC8D;
}
.BgClassName
{
background-color: #9ADC8D;
}
</style>
border-color css
<style>
span { border-color: #9ADC8D; }
span { border-color: rgb(154,220,141); }
td.TdClassName
{
border-color: #9ADC8D;
}
.TagClassName
{
border-color: #9ADC8D;
}
</style>