Html Css Color HEX #99D290 Granny Smith Apple
📋 copy color: '#99D290'red 153 ◦ green 210 ◦ blue 144
Shades of Granny Smith Apple #99D290
Tints of Granny Smith Apple #99D290
RGB
CMYK
RGB Variations
Color information
#99D290 (or 0x99D290) is known color: Granny Smith Apple. HEX triplet: 99, D2 and 90. RGB value is (153,210,144). Sum of RGB (Red+Green+Blue) = 153+210+144=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #99D290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D290 is #662D6F. Grayscale: #B9B9B9. Windows color (decimal): -6696304 or 9491097. OLE color: 9491097.
HSL color Cylindrical-coordinate representation of color #99D290: hue angle of 111.82º degrees, saturation: 0.42, 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 #99D290 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 210 | 144 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.18 |
| HSL | 111.82º | 0.42% | 0.69% | - |
| HSV(B) | 111.82º | 0.31% | 0.82% | - |
| XYZ | 41.22 | 54.88 | 34.81 | - |
| YUV | 185.43 | 104.62 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 144 | 0.27 | 0 | 0.31 | 0.18 | 111.82 | 0.42 | 0.69 |
| Hex | 99 | D2 | 90 | 1B | 0 | 1F | 12 | 70 | 2A | 45 |
| Octal | 231 | 322 | 220 | 33 | 0 | 37 | 22 | 160 | 52 | 105 |
| Binary | 10011001 | 11010010 | 10010000 | 11011 | 0 | 11111 | 10010 | 1110000 | 101010 | 1000101 |
Color Harmonies of #99D290
Complementary color
Monochromatic Colors of #99D290
Black with #99D290
Text Example
Text Example
White with #99D290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D290; }
p { color: rgb(153,210,144); }
H1.HeaderClassName
{
color: #99D290;
}
.AnyTagClassName
{
color: #99D290;
}
</style>
background-color css
<style>
a { background-color: #99D290; }
a { background-color: rgb(153,210,144); }
div.DivClassName
{
background-color: #99D290;
}
.BgClassName
{
background-color: #99D290;
}
</style>
border-color css
<style>
span { border-color: #99D290; }
span { border-color: rgb(153,210,144); }
td.TdClassName
{
border-color: #99D290;
}
.TagClassName
{
border-color: #99D290;
}
</style>