Html Css Color HEX #9ADC9C Granny Smith Apple
📋 copy color: '#9ADC9C'red 154 ◦ green 220 ◦ blue 156
Shades of Granny Smith Apple #9ADC9C
Tints of Granny Smith Apple #9ADC9C
RGB
CMYK
RGB Variations
Color information
#9ADC9C (or 0x9ADC9C) is known color: Granny Smith Apple. HEX triplet: 9A, DC and 9C. RGB value is (154,220,156). Sum of RGB (Red+Green+Blue) = 154+220+156=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADC9C is #652363. Grayscale: #C1C1C1. Windows color (decimal): -6628196 or 10280090. OLE color: 10280090.
HSL color Cylindrical-coordinate representation of color #9ADC9C: hue angle of 121.82º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADC9C is Cyan = 0.3, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 156 | - |
| CMYK | 0.3 | 0 | 0.29 | 0.14 |
| HSL | 121.82º | 0.49% | 0.73% | - |
| HSV(B) | 121.82º | 0.3% | 0.86% | - |
| XYZ | 44.92 | 60.46 | 40.75 | - |
| YUV | 192.97 | 107.13 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 156 | 0.3 | 0 | 0.29 | 0.14 | 121.82 | 0.49 | 0.73 |
| Hex | 9A | DC | 9C | 1E | 0 | 1D | E | 7A | 31 | 49 |
| Octal | 232 | 334 | 234 | 36 | 0 | 35 | 16 | 172 | 61 | 111 |
| Binary | 10011010 | 11011100 | 10011100 | 11110 | 0 | 11101 | 1110 | 1111010 | 110001 | 1001001 |
Color Harmonies of #9ADC9C
Complementary color
Monochromatic Colors of #9ADC9C
Black with #9ADC9C
Text Example
Text Example
White with #9ADC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADC9C; }
p { color: rgb(154,220,156); }
H1.HeaderClassName
{
color: #9ADC9C;
}
.AnyTagClassName
{
color: #9ADC9C;
}
</style>
background-color css
<style>
a { background-color: #9ADC9C; }
a { background-color: rgb(154,220,156); }
div.DivClassName
{
background-color: #9ADC9C;
}
.BgClassName
{
background-color: #9ADC9C;
}
</style>
border-color css
<style>
span { border-color: #9ADC9C; }
span { border-color: rgb(154,220,156); }
td.TdClassName
{
border-color: #9ADC9C;
}
.TagClassName
{
border-color: #9ADC9C;
}
</style>