Html Css Color HEX #99D090 Granny Smith Apple
📋 copy color: '#99D090'red 153 ◦ green 208 ◦ blue 144
Shades of Granny Smith Apple #99D090
Tints of Granny Smith Apple #99D090
RGB
CMYK
RGB Variations
Color information
#99D090 (or 0x99D090) is known color: Granny Smith Apple. HEX triplet: 99, D0 and 90. RGB value is (153,208,144). Sum of RGB (Red+Green+Blue) = 153+208+144=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #99D090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D090 is #662F6F. Grayscale: #B8B8B8. Windows color (decimal): -6696816 or 9490585. OLE color: 9490585.
HSL color Cylindrical-coordinate representation of color #99D090: hue angle of 111.56º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99D090 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 208 | 144 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.18 |
| HSL | 111.56º | 0.41% | 0.69% | - |
| HSV(B) | 111.56º | 0.31% | 0.82% | - |
| XYZ | 40.73 | 53.9 | 34.64 | - |
| YUV | 184.26 | 105.28 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 144 | 0.26 | 0 | 0.31 | 0.18 | 111.56 | 0.41 | 0.69 |
| Hex | 99 | D0 | 90 | 1A | 0 | 1F | 12 | 70 | 29 | 45 |
| Octal | 231 | 320 | 220 | 32 | 0 | 37 | 22 | 160 | 51 | 105 |
| Binary | 10011001 | 11010000 | 10010000 | 11010 | 0 | 11111 | 10010 | 1110000 | 101001 | 1000101 |
Color Harmonies of #99D090
Complementary color
Monochromatic Colors of #99D090
Black with #99D090
Text Example
Text Example
White with #99D090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D090; }
p { color: rgb(153,208,144); }
H1.HeaderClassName
{
color: #99D090;
}
.AnyTagClassName
{
color: #99D090;
}
</style>
background-color css
<style>
a { background-color: #99D090; }
a { background-color: rgb(153,208,144); }
div.DivClassName
{
background-color: #99D090;
}
.BgClassName
{
background-color: #99D090;
}
</style>
border-color css
<style>
span { border-color: #99D090; }
span { border-color: rgb(153,208,144); }
td.TdClassName
{
border-color: #99D090;
}
.TagClassName
{
border-color: #99D090;
}
</style>