Html Css Color HEX #94DC8F Granny Smith Apple
📋 copy color: '#94DC8F'red 148 ◦ green 220 ◦ blue 143
Shades of Granny Smith Apple #94DC8F
Tints of Granny Smith Apple #94DC8F
RGB
CMYK
RGB Variations
Color information
#94DC8F (or 0x94DC8F) is known color: Granny Smith Apple. HEX triplet: 94, DC and 8F. RGB value is (148,220,143). Sum of RGB (Red+Green+Blue) = 148+220+143=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DC8F is #6B2370. Grayscale: #BDBDBD. Windows color (decimal): -7021425 or 9428116. OLE color: 9428116.
HSL color Cylindrical-coordinate representation of color #94DC8F: hue angle of 116.1º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94DC8F is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 220 | 143 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.14 |
| HSL | 116.1º | 0.52% | 0.71% | - |
| HSV(B) | 116.1º | 0.35% | 0.86% | - |
| XYZ | 42.76 | 59.47 | 35.21 | - |
| YUV | 189.69 | 101.65 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 143 | 0.33 | 0 | 0.35 | 0.14 | 116.1 | 0.52 | 0.71 |
| Hex | 94 | DC | 8F | 21 | 0 | 23 | E | 74 | 34 | 47 |
| Octal | 224 | 334 | 217 | 41 | 0 | 43 | 16 | 164 | 64 | 107 |
| Binary | 10010100 | 11011100 | 10001111 | 100001 | 0 | 100011 | 1110 | 1110100 | 110100 | 1000111 |
Color Harmonies of #94DC8F
Complementary color
Monochromatic Colors of #94DC8F
Black with #94DC8F
Text Example
Text Example
White with #94DC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DC8F; }
p { color: rgb(148,220,143); }
H1.HeaderClassName
{
color: #94DC8F;
}
.AnyTagClassName
{
color: #94DC8F;
}
</style>
background-color css
<style>
a { background-color: #94DC8F; }
a { background-color: rgb(148,220,143); }
div.DivClassName
{
background-color: #94DC8F;
}
.BgClassName
{
background-color: #94DC8F;
}
</style>
border-color css
<style>
span { border-color: #94DC8F; }
span { border-color: rgb(148,220,143); }
td.TdClassName
{
border-color: #94DC8F;
}
.TagClassName
{
border-color: #94DC8F;
}
</style>