Html Css Color HEX #99E695 Granny Smith Apple
📋 copy color: '#99E695'red 153 ◦ green 230 ◦ blue 149
Shades of Granny Smith Apple #99E695
Tints of Granny Smith Apple #99E695
RGB
CMYK
RGB Variations
Color information
#99E695 (or 0x99E695) is known color: Granny Smith Apple. HEX triplet: 99, E6 and 95. RGB value is (153,230,149). Sum of RGB (Red+Green+Blue) = 153+230+149=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 230 (90.23% from 255 or 43.23% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 230 - color contains mainly: green. Hex color #99E695 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99E695 is #66196A. Grayscale: #C5C5C5. Windows color (decimal): -6691179 or 9823897. OLE color: 9823897.
HSL color Cylindrical-coordinate representation of color #99E695: hue angle of 117.04º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99E695 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 230 | 149 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.10 |
| HSL | 117.04º | 0.62% | 0.74% | - |
| HSV(B) | 117.04º | 0.35% | 0.9% | - |
| XYZ | 46.86 | 65.54 | 38.61 | - |
| YUV | 197.74 | 100.49 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 230 | 149 | 0.33 | 0 | 0.35 | 0.10 | 117.04 | 0.62 | 0.74 |
| Hex | 99 | E6 | 95 | 21 | 0 | 23 | A | 75 | 3E | 4A |
| Octal | 231 | 346 | 225 | 41 | 0 | 43 | 12 | 165 | 76 | 112 |
| Binary | 10011001 | 11100110 | 10010101 | 100001 | 0 | 100011 | 1010 | 1110101 | 111110 | 1001010 |
Color Harmonies of #99E695
Complementary color
Monochromatic Colors of #99E695
Black with #99E695
Text Example
Text Example
White with #99E695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E695; }
p { color: rgb(153,230,149); }
H1.HeaderClassName
{
color: #99E695;
}
.AnyTagClassName
{
color: #99E695;
}
</style>
background-color css
<style>
a { background-color: #99E695; }
a { background-color: rgb(153,230,149); }
div.DivClassName
{
background-color: #99E695;
}
.BgClassName
{
background-color: #99E695;
}
</style>
border-color css
<style>
span { border-color: #99E695; }
span { border-color: rgb(153,230,149); }
td.TdClassName
{
border-color: #99E695;
}
.TagClassName
{
border-color: #99E695;
}
</style>