Html Css Color HEX #94D892 Granny Smith Apple
📋 copy color: '#94D892'red 148 ◦ green 216 ◦ blue 146
Shades of Granny Smith Apple #94D892
Tints of Granny Smith Apple #94D892
RGB
CMYK
RGB Variations
Color information
#94D892 (or 0x94D892) is known color: Granny Smith Apple. HEX triplet: 94, D8 and 92. RGB value is (148,216,146). Sum of RGB (Red+Green+Blue) = 148+216+146=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 216 - color contains mainly: green. Hex color #94D892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D892 is #6B276D. Grayscale: #BBBBBB. Windows color (decimal): -7022446 or 9623700. OLE color: 9623700.
HSL color Cylindrical-coordinate representation of color #94D892: hue angle of 118.29º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94D892 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 216 | 146 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.15 |
| HSL | 118.29º | 0.47% | 0.71% | - |
| HSV(B) | 118.29º | 0.32% | 0.85% | - |
| XYZ | 41.96 | 57.48 | 36.08 | - |
| YUV | 187.69 | 104.47 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 216 | 146 | 0.31 | 0 | 0.32 | 0.15 | 118.29 | 0.47 | 0.71 |
| Hex | 94 | D8 | 92 | 1F | 0 | 20 | F | 76 | 2F | 47 |
| Octal | 224 | 330 | 222 | 37 | 0 | 40 | 17 | 166 | 57 | 107 |
| Binary | 10010100 | 11011000 | 10010010 | 11111 | 0 | 100000 | 1111 | 1110110 | 101111 | 1000111 |
Color Harmonies of #94D892
Complementary color
Monochromatic Colors of #94D892
Black with #94D892
Text Example
Text Example
White with #94D892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D892; }
p { color: rgb(148,216,146); }
H1.HeaderClassName
{
color: #94D892;
}
.AnyTagClassName
{
color: #94D892;
}
</style>
background-color css
<style>
a { background-color: #94D892; }
a { background-color: rgb(148,216,146); }
div.DivClassName
{
background-color: #94D892;
}
.BgClassName
{
background-color: #94D892;
}
</style>
border-color css
<style>
span { border-color: #94D892; }
span { border-color: rgb(148,216,146); }
td.TdClassName
{
border-color: #94D892;
}
.TagClassName
{
border-color: #94D892;
}
</style>