Html Css Color HEX #99DC94 Granny Smith Apple
📋 copy color: '#99DC94'red 153 ◦ green 220 ◦ blue 148
Shades of Granny Smith Apple #99DC94
Tints of Granny Smith Apple #99DC94
RGB
CMYK
RGB Variations
Color information
#99DC94 (or 0x99DC94) is known color: Granny Smith Apple. HEX triplet: 99, DC and 94. RGB value is (153,220,148). Sum of RGB (Red+Green+Blue) = 153+220+148=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DC94 is #66236B. Grayscale: #BFBFBF. Windows color (decimal): -6693740 or 9755801. OLE color: 9755801.
HSL color Cylindrical-coordinate representation of color #99DC94: hue angle of 115.83º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99DC94 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 148 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.14 |
| HSL | 115.83º | 0.51% | 0.72% | - |
| HSV(B) | 115.83º | 0.33% | 0.86% | - |
| XYZ | 44.08 | 60.1 | 37.29 | - |
| YUV | 191.76 | 103.3 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 148 | 0.30 | 0 | 0.33 | 0.14 | 115.83 | 0.51 | 0.72 |
| Hex | 99 | DC | 94 | 1E | 0 | 21 | E | 74 | 33 | 48 |
| Octal | 231 | 334 | 224 | 36 | 0 | 41 | 16 | 164 | 63 | 110 |
| Binary | 10011001 | 11011100 | 10010100 | 11110 | 0 | 100001 | 1110 | 1110100 | 110011 | 1001000 |
Color Harmonies of #99DC94
Complementary color
Monochromatic Colors of #99DC94
Black with #99DC94
Text Example
Text Example
White with #99DC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DC94; }
p { color: rgb(153,220,148); }
H1.HeaderClassName
{
color: #99DC94;
}
.AnyTagClassName
{
color: #99DC94;
}
</style>
background-color css
<style>
a { background-color: #99DC94; }
a { background-color: rgb(153,220,148); }
div.DivClassName
{
background-color: #99DC94;
}
.BgClassName
{
background-color: #99DC94;
}
</style>
border-color css
<style>
span { border-color: #99DC94; }
span { border-color: rgb(153,220,148); }
td.TdClassName
{
border-color: #99DC94;
}
.TagClassName
{
border-color: #99DC94;
}
</style>