Html Css Color HEX #99D28D Granny Smith Apple
📋 copy color: '#99D28D'red 153 ◦ green 210 ◦ blue 141
Shades of Granny Smith Apple #99D28D
Tints of Granny Smith Apple #99D28D
RGB
CMYK
RGB Variations
Color information
#99D28D (or 0x99D28D) is known color: Granny Smith Apple. HEX triplet: 99, D2 and 8D. RGB value is (153,210,141). Sum of RGB (Red+Green+Blue) = 153+210+141=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #99D28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D28D is #662D72. Grayscale: #B9B9B9. Windows color (decimal): -6696307 or 9294489. OLE color: 9294489.
HSL color Cylindrical-coordinate representation of color #99D28D: hue angle of 109.57º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99D28D is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 210 | 141 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.18 |
| HSL | 109.57º | 0.43% | 0.69% | - |
| HSV(B) | 109.57º | 0.33% | 0.82% | - |
| XYZ | 40.99 | 54.79 | 33.61 | - |
| YUV | 185.09 | 103.12 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 141 | 0.27 | 0 | 0.33 | 0.18 | 109.57 | 0.43 | 0.69 |
| Hex | 99 | D2 | 8D | 1B | 0 | 21 | 12 | 6E | 2B | 45 |
| Octal | 231 | 322 | 215 | 33 | 0 | 41 | 22 | 156 | 53 | 105 |
| Binary | 10011001 | 11010010 | 10001101 | 11011 | 0 | 100001 | 10010 | 1101110 | 101011 | 1000101 |
Color Harmonies of #99D28D
Complementary color
Monochromatic Colors of #99D28D
Black with #99D28D
Text Example
Text Example
White with #99D28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D28D; }
p { color: rgb(153,210,141); }
H1.HeaderClassName
{
color: #99D28D;
}
.AnyTagClassName
{
color: #99D28D;
}
</style>
background-color css
<style>
a { background-color: #99D28D; }
a { background-color: rgb(153,210,141); }
div.DivClassName
{
background-color: #99D28D;
}
.BgClassName
{
background-color: #99D28D;
}
</style>
border-color css
<style>
span { border-color: #99D28D; }
span { border-color: rgb(153,210,141); }
td.TdClassName
{
border-color: #99D28D;
}
.TagClassName
{
border-color: #99D28D;
}
</style>