Html Css Color HEX #94D58E Granny Smith Apple
📋 copy color: '#94D58E'red 148 ◦ green 213 ◦ blue 142
Shades of Granny Smith Apple #94D58E
Tints of Granny Smith Apple #94D58E
RGB
CMYK
RGB Variations
Color information
#94D58E (or 0x94D58E) is known color: Granny Smith Apple. HEX triplet: 94, D5 and 8E. RGB value is (148,213,142). Sum of RGB (Red+Green+Blue) = 148+213+142=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #94D58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D58E is #6B2A71. Grayscale: #B9B9B9. Windows color (decimal): -7023218 or 9360788. OLE color: 9360788.
HSL color Cylindrical-coordinate representation of color #94D58E: hue angle of 114.93º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94D58E is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 213 | 142 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.16 |
| HSL | 114.93º | 0.46% | 0.7% | - |
| HSV(B) | 114.93º | 0.33% | 0.84% | - |
| XYZ | 40.89 | 55.84 | 34.21 | - |
| YUV | 185.47 | 103.47 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 213 | 142 | 0.31 | 0 | 0.33 | 0.16 | 114.93 | 0.46 | 0.7 |
| Hex | 94 | D5 | 8E | 1F | 0 | 21 | 10 | 73 | 2E | 46 |
| Octal | 224 | 325 | 216 | 37 | 0 | 41 | 20 | 163 | 56 | 106 |
| Binary | 10010100 | 11010101 | 10001110 | 11111 | 0 | 100001 | 10000 | 1110011 | 101110 | 1000110 |
Color Harmonies of #94D58E
Complementary color
Monochromatic Colors of #94D58E
Black with #94D58E
Text Example
Text Example
White with #94D58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D58E; }
p { color: rgb(148,213,142); }
H1.HeaderClassName
{
color: #94D58E;
}
.AnyTagClassName
{
color: #94D58E;
}
</style>
background-color css
<style>
a { background-color: #94D58E; }
a { background-color: rgb(148,213,142); }
div.DivClassName
{
background-color: #94D58E;
}
.BgClassName
{
background-color: #94D58E;
}
</style>
border-color css
<style>
span { border-color: #94D58E; }
span { border-color: rgb(148,213,142); }
td.TdClassName
{
border-color: #94D58E;
}
.TagClassName
{
border-color: #94D58E;
}
</style>