Html Css Color HEX #99D094 Granny Smith Apple
📋 copy color: '#99D094'red 153 ◦ green 208 ◦ blue 148
Shades of Granny Smith Apple #99D094
Tints of Granny Smith Apple #99D094
RGB
CMYK
RGB Variations
Color information
#99D094 (or 0x99D094) is known color: Granny Smith Apple. HEX triplet: 99, D0 and 94. RGB value is (153,208,148). Sum of RGB (Red+Green+Blue) = 153+208+148=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #99D094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D094 is #662F6B. Grayscale: #B8B8B8. Windows color (decimal): -6696812 or 9752729. OLE color: 9752729.
HSL color Cylindrical-coordinate representation of color #99D094: hue angle of 115º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D094 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 208 | 148 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.18 |
| HSL | 115º | 0.39% | 0.7% | - |
| HSV(B) | 115º | 0.29% | 0.82% | - |
| XYZ | 41.04 | 54.02 | 36.28 | - |
| YUV | 184.72 | 107.28 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 148 | 0.26 | 0 | 0.29 | 0.18 | 115 | 0.39 | 0.7 |
| Hex | 99 | D0 | 94 | 1A | 0 | 1D | 12 | 73 | 27 | 46 |
| Octal | 231 | 320 | 224 | 32 | 0 | 35 | 22 | 163 | 47 | 106 |
| Binary | 10011001 | 11010000 | 10010100 | 11010 | 0 | 11101 | 10010 | 1110011 | 100111 | 1000110 |
Color Harmonies of #99D094
Complementary color
Monochromatic Colors of #99D094
Black with #99D094
Text Example
Text Example
White with #99D094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D094; }
p { color: rgb(153,208,148); }
H1.HeaderClassName
{
color: #99D094;
}
.AnyTagClassName
{
color: #99D094;
}
</style>
background-color css
<style>
a { background-color: #99D094; }
a { background-color: rgb(153,208,148); }
div.DivClassName
{
background-color: #99D094;
}
.BgClassName
{
background-color: #99D094;
}
</style>
border-color css
<style>
span { border-color: #99D094; }
span { border-color: rgb(153,208,148); }
td.TdClassName
{
border-color: #99D094;
}
.TagClassName
{
border-color: #99D094;
}
</style>