Html Css Color HEX #99DC9B Granny Smith Apple
📋 copy color: '#99DC9B'red 153 ◦ green 220 ◦ blue 155
Shades of Granny Smith Apple #99DC9B
Tints of Granny Smith Apple #99DC9B
RGB
CMYK
RGB Variations
Color information
#99DC9B (or 0x99DC9B) is known color: Granny Smith Apple. HEX triplet: 99, DC and 9B. RGB value is (153,220,155). Sum of RGB (Red+Green+Blue) = 153+220+155=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DC9B is #662364. Grayscale: #C0C0C0. Windows color (decimal): -6693733 or 10214553. OLE color: 10214553.
HSL color Cylindrical-coordinate representation of color #99DC9B: hue angle of 121.79º 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 #99DC9B is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 155 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.14 |
| HSL | 121.79º | 0.49% | 0.73% | - |
| HSV(B) | 121.79º | 0.3% | 0.86% | - |
| XYZ | 44.65 | 60.33 | 40.3 | - |
| YUV | 192.56 | 106.8 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 155 | 0.30 | 0 | 0.30 | 0.14 | 121.79 | 0.49 | 0.73 |
| Hex | 99 | DC | 9B | 1E | 0 | 1E | E | 7A | 31 | 49 |
| Octal | 231 | 334 | 233 | 36 | 0 | 36 | 16 | 172 | 61 | 111 |
| Binary | 10011001 | 11011100 | 10011011 | 11110 | 0 | 11110 | 1110 | 1111010 | 110001 | 1001001 |
Color Harmonies of #99DC9B
Complementary color
Monochromatic Colors of #99DC9B
Black with #99DC9B
Text Example
Text Example
White with #99DC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DC9B; }
p { color: rgb(153,220,155); }
H1.HeaderClassName
{
color: #99DC9B;
}
.AnyTagClassName
{
color: #99DC9B;
}
</style>
background-color css
<style>
a { background-color: #99DC9B; }
a { background-color: rgb(153,220,155); }
div.DivClassName
{
background-color: #99DC9B;
}
.BgClassName
{
background-color: #99DC9B;
}
</style>
border-color css
<style>
span { border-color: #99DC9B; }
span { border-color: rgb(153,220,155); }
td.TdClassName
{
border-color: #99DC9B;
}
.TagClassName
{
border-color: #99DC9B;
}
</style>