Html Css Color HEX #94D58A Granny Smith Apple
📋 copy color: '#94D58A'red 148 ◦ green 213 ◦ blue 138
Shades of Granny Smith Apple #94D58A
Tints of Granny Smith Apple #94D58A
RGB
CMYK
RGB Variations
Color information
#94D58A (or 0x94D58A) is known color: Granny Smith Apple. HEX triplet: 94, D5 and 8A. RGB value is (148,213,138). Sum of RGB (Red+Green+Blue) = 148+213+138=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #94D58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D58A is #6B2A75. Grayscale: #B9B9B9. Windows color (decimal): -7023222 or 9098644. OLE color: 9098644.
HSL color Cylindrical-coordinate representation of color #94D58A: hue angle of 112º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94D58A is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 213 | 138 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.16 |
| HSL | 112º | 0.47% | 0.69% | - |
| HSV(B) | 112º | 0.35% | 0.84% | - |
| XYZ | 40.59 | 55.72 | 32.66 | - |
| YUV | 185.02 | 101.47 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 213 | 138 | 0.31 | 0 | 0.35 | 0.16 | 112 | 0.47 | 0.69 |
| Hex | 94 | D5 | 8A | 1F | 0 | 23 | 10 | 70 | 2F | 45 |
| Octal | 224 | 325 | 212 | 37 | 0 | 43 | 20 | 160 | 57 | 105 |
| Binary | 10010100 | 11010101 | 10001010 | 11111 | 0 | 100011 | 10000 | 1110000 | 101111 | 1000101 |
Color Harmonies of #94D58A
Complementary color
Monochromatic Colors of #94D58A
Black with #94D58A
Text Example
Text Example
White with #94D58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D58A; }
p { color: rgb(148,213,138); }
H1.HeaderClassName
{
color: #94D58A;
}
.AnyTagClassName
{
color: #94D58A;
}
</style>
background-color css
<style>
a { background-color: #94D58A; }
a { background-color: rgb(148,213,138); }
div.DivClassName
{
background-color: #94D58A;
}
.BgClassName
{
background-color: #94D58A;
}
</style>
border-color css
<style>
span { border-color: #94D58A; }
span { border-color: rgb(148,213,138); }
td.TdClassName
{
border-color: #94D58A;
}
.TagClassName
{
border-color: #94D58A;
}
</style>