Html Css Color HEX #99D098 Granny Smith Apple
📋 copy color: '#99D098'red 153 ◦ green 208 ◦ blue 152
Shades of Granny Smith Apple #99D098
Tints of Granny Smith Apple #99D098
RGB
CMYK
RGB Variations
Color information
#99D098 (or 0x99D098) is known color: Granny Smith Apple. HEX triplet: 99, D0 and 98. RGB value is (153,208,152). Sum of RGB (Red+Green+Blue) = 153+208+152=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #99D098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D098 is #662F67. Grayscale: #B9B9B9. Windows color (decimal): -6696808 or 10014873. OLE color: 10014873.
HSL color Cylindrical-coordinate representation of color #99D098: hue angle of 118.93º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99D098 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 208 | 152 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.18 |
| HSL | 118.93º | 0.37% | 0.71% | - |
| HSV(B) | 118.93º | 0.27% | 0.82% | - |
| XYZ | 41.36 | 54.15 | 37.98 | - |
| YUV | 185.17 | 109.28 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 152 | 0.26 | 0 | 0.27 | 0.18 | 118.93 | 0.37 | 0.71 |
| Hex | 99 | D0 | 98 | 1A | 0 | 1B | 12 | 77 | 25 | 47 |
| Octal | 231 | 320 | 230 | 32 | 0 | 33 | 22 | 167 | 45 | 107 |
| Binary | 10011001 | 11010000 | 10011000 | 11010 | 0 | 11011 | 10010 | 1110111 | 100101 | 1000111 |
Color Harmonies of #99D098
Complementary color
Monochromatic Colors of #99D098
Black with #99D098
Text Example
Text Example
White with #99D098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D098; }
p { color: rgb(153,208,152); }
H1.HeaderClassName
{
color: #99D098;
}
.AnyTagClassName
{
color: #99D098;
}
</style>
background-color css
<style>
a { background-color: #99D098; }
a { background-color: rgb(153,208,152); }
div.DivClassName
{
background-color: #99D098;
}
.BgClassName
{
background-color: #99D098;
}
</style>
border-color css
<style>
span { border-color: #99D098; }
span { border-color: rgb(153,208,152); }
td.TdClassName
{
border-color: #99D098;
}
.TagClassName
{
border-color: #99D098;
}
</style>