Html Css Color HEX #9DDC92 Granny Smith Apple
📋 copy color: '#9DDC92'red 157 ◦ green 220 ◦ blue 146
Shades of Granny Smith Apple #9DDC92
Tints of Granny Smith Apple #9DDC92
RGB
CMYK
RGB Variations
Color information
#9DDC92 (or 0x9DDC92) is known color: Granny Smith Apple. HEX triplet: 9D, DC and 92. RGB value is (157,220,146). Sum of RGB (Red+Green+Blue) = 157+220+146=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDC92 is #62236D. Grayscale: #C0C0C0. Windows color (decimal): -6431598 or 9624733. OLE color: 9624733.
HSL color Cylindrical-coordinate representation of color #9DDC92: hue angle of 111.08º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DDC92 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 220 | 146 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.14 |
| HSL | 111.08º | 0.51% | 0.72% | - |
| HSV(B) | 111.08º | 0.34% | 0.86% | - |
| XYZ | 44.69 | 60.43 | 36.5 | - |
| YUV | 192.73 | 101.63 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 220 | 146 | 0.29 | 0 | 0.34 | 0.14 | 111.08 | 0.51 | 0.72 |
| Hex | 9D | DC | 92 | 1D | 0 | 22 | E | 6F | 33 | 48 |
| Octal | 235 | 334 | 222 | 35 | 0 | 42 | 16 | 157 | 63 | 110 |
| Binary | 10011101 | 11011100 | 10010010 | 11101 | 0 | 100010 | 1110 | 1101111 | 110011 | 1001000 |
Color Harmonies of #9DDC92
Complementary color
Monochromatic Colors of #9DDC92
Black with #9DDC92
Text Example
Text Example
White with #9DDC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDC92; }
p { color: rgb(157,220,146); }
H1.HeaderClassName
{
color: #9DDC92;
}
.AnyTagClassName
{
color: #9DDC92;
}
</style>
background-color css
<style>
a { background-color: #9DDC92; }
a { background-color: rgb(157,220,146); }
div.DivClassName
{
background-color: #9DDC92;
}
.BgClassName
{
background-color: #9DDC92;
}
</style>
border-color css
<style>
span { border-color: #9DDC92; }
span { border-color: rgb(157,220,146); }
td.TdClassName
{
border-color: #9DDC92;
}
.TagClassName
{
border-color: #9DDC92;
}
</style>