Html Css Color HEX #99D394 Granny Smith Apple
📋 copy color: '#99D394'red 153 ◦ green 211 ◦ blue 148
Shades of Granny Smith Apple #99D394
Tints of Granny Smith Apple #99D394
RGB
CMYK
RGB Variations
Color information
#99D394 (or 0x99D394) is known color: Granny Smith Apple. HEX triplet: 99, D3 and 94. RGB value is (153,211,148). Sum of RGB (Red+Green+Blue) = 153+211+148=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #99D394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D394 is #662C6B. Grayscale: #BABABA. Windows color (decimal): -6696044 or 9753497. OLE color: 9753497.
HSL color Cylindrical-coordinate representation of color #99D394: hue angle of 115.24º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99D394 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 211 | 148 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.17 |
| HSL | 115.24º | 0.42% | 0.7% | - |
| HSV(B) | 115.24º | 0.3% | 0.83% | - |
| XYZ | 41.78 | 55.5 | 36.53 | - |
| YUV | 186.48 | 106.28 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 211 | 148 | 0.27 | 0 | 0.30 | 0.17 | 115.24 | 0.42 | 0.7 |
| Hex | 99 | D3 | 94 | 1B | 0 | 1E | 11 | 73 | 2A | 46 |
| Octal | 231 | 323 | 224 | 33 | 0 | 36 | 21 | 163 | 52 | 106 |
| Binary | 10011001 | 11010011 | 10010100 | 11011 | 0 | 11110 | 10001 | 1110011 | 101010 | 1000110 |
Color Harmonies of #99D394
Complementary color
Monochromatic Colors of #99D394
Black with #99D394
Text Example
Text Example
White with #99D394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D394; }
p { color: rgb(153,211,148); }
H1.HeaderClassName
{
color: #99D394;
}
.AnyTagClassName
{
color: #99D394;
}
</style>
background-color css
<style>
a { background-color: #99D394; }
a { background-color: rgb(153,211,148); }
div.DivClassName
{
background-color: #99D394;
}
.BgClassName
{
background-color: #99D394;
}
</style>
border-color css
<style>
span { border-color: #99D394; }
span { border-color: rgb(153,211,148); }
td.TdClassName
{
border-color: #99D394;
}
.TagClassName
{
border-color: #99D394;
}
</style>