Html Css Color HEX #99DC92 Granny Smith Apple
📋 copy color: '#99DC92'red 153 ◦ green 220 ◦ blue 146
Shades of Granny Smith Apple #99DC92
Tints of Granny Smith Apple #99DC92
RGB
CMYK
RGB Variations
Color information
#99DC92 (or 0x99DC92) is known color: Granny Smith Apple. HEX triplet: 99, DC and 92. RGB value is (153,220,146). Sum of RGB (Red+Green+Blue) = 153+220+146=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DC92 is #66236D. Grayscale: #BFBFBF. Windows color (decimal): -6693742 or 9624729. OLE color: 9624729.
HSL color Cylindrical-coordinate representation of color #99DC92: hue angle of 114.32º 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 #99DC92 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 146 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.14 |
| HSL | 114.32º | 0.51% | 0.72% | - |
| HSV(B) | 114.32º | 0.34% | 0.86% | - |
| XYZ | 43.92 | 60.03 | 36.47 | - |
| YUV | 191.53 | 102.3 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 146 | 0.30 | 0 | 0.34 | 0.14 | 114.32 | 0.51 | 0.72 |
| Hex | 99 | DC | 92 | 1E | 0 | 22 | E | 72 | 33 | 48 |
| Octal | 231 | 334 | 222 | 36 | 0 | 42 | 16 | 162 | 63 | 110 |
| Binary | 10011001 | 11011100 | 10010010 | 11110 | 0 | 100010 | 1110 | 1110010 | 110011 | 1001000 |
Color Harmonies of #99DC92
Complementary color
Monochromatic Colors of #99DC92
Black with #99DC92
Text Example
Text Example
White with #99DC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DC92; }
p { color: rgb(153,220,146); }
H1.HeaderClassName
{
color: #99DC92;
}
.AnyTagClassName
{
color: #99DC92;
}
</style>
background-color css
<style>
a { background-color: #99DC92; }
a { background-color: rgb(153,220,146); }
div.DivClassName
{
background-color: #99DC92;
}
.BgClassName
{
background-color: #99DC92;
}
</style>
border-color css
<style>
span { border-color: #99DC92; }
span { border-color: rgb(153,220,146); }
td.TdClassName
{
border-color: #99DC92;
}
.TagClassName
{
border-color: #99DC92;
}
</style>