Html Css Color HEX #94D291 Granny Smith Apple
📋 copy color: '#94D291'red 148 ◦ green 210 ◦ blue 145
Shades of Granny Smith Apple #94D291
Tints of Granny Smith Apple #94D291
RGB
CMYK
RGB Variations
Color information
#94D291 (or 0x94D291) is known color: Granny Smith Apple. HEX triplet: 94, D2 and 91. RGB value is (148,210,145). Sum of RGB (Red+Green+Blue) = 148+210+145=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 210 - color contains mainly: green. Hex color #94D291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D291 is #6B2D6E. Grayscale: #B8B8B8. Windows color (decimal): -7023983 or 9556628. OLE color: 9556628.
HSL color Cylindrical-coordinate representation of color #94D291: hue angle of 117.23º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D291 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 210 | 145 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.18 |
| HSL | 117.23º | 0.42% | 0.7% | - |
| HSV(B) | 117.23º | 0.31% | 0.82% | - |
| XYZ | 40.37 | 54.43 | 35.17 | - |
| YUV | 184.05 | 105.96 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 210 | 145 | 0.30 | 0 | 0.31 | 0.18 | 117.23 | 0.42 | 0.7 |
| Hex | 94 | D2 | 91 | 1E | 0 | 1F | 12 | 75 | 2A | 46 |
| Octal | 224 | 322 | 221 | 36 | 0 | 37 | 22 | 165 | 52 | 106 |
| Binary | 10010100 | 11010010 | 10010001 | 11110 | 0 | 11111 | 10010 | 1110101 | 101010 | 1000110 |
Color Harmonies of #94D291
Complementary color
Monochromatic Colors of #94D291
Black with #94D291
Text Example
Text Example
White with #94D291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D291; }
p { color: rgb(148,210,145); }
H1.HeaderClassName
{
color: #94D291;
}
.AnyTagClassName
{
color: #94D291;
}
</style>
background-color css
<style>
a { background-color: #94D291; }
a { background-color: rgb(148,210,145); }
div.DivClassName
{
background-color: #94D291;
}
.BgClassName
{
background-color: #94D291;
}
</style>
border-color css
<style>
span { border-color: #94D291; }
span { border-color: rgb(148,210,145); }
td.TdClassName
{
border-color: #94D291;
}
.TagClassName
{
border-color: #94D291;
}
</style>