Html Css Color HEX #94E686 Granny Smith Apple
📋 copy color: '#94E686'red 148 ◦ green 230 ◦ blue 134
Shades of Granny Smith Apple #94E686
Tints of Granny Smith Apple #94E686
RGB
CMYK
RGB Variations
Color information
#94E686 (or 0x94E686) is known color: Granny Smith Apple. HEX triplet: 94, E6 and 86. RGB value is (148,230,134). Sum of RGB (Red+Green+Blue) = 148+230+134=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #94E686 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E686 is #6B1979. Grayscale: #C2C2C2. Windows color (decimal): -7018874 or 8840852. OLE color: 8840852.
HSL color Cylindrical-coordinate representation of color #94E686: hue angle of 111.25º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94E686 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 230 | 134 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.10 |
| HSL | 111.25º | 0.66% | 0.71% | - |
| HSV(B) | 111.25º | 0.42% | 0.9% | - |
| XYZ | 44.81 | 64.61 | 32.66 | - |
| YUV | 194.54 | 93.83 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 230 | 134 | 0.36 | 0 | 0.42 | 0.10 | 111.25 | 0.66 | 0.71 |
| Hex | 94 | E6 | 86 | 24 | 0 | 2A | A | 6F | 42 | 47 |
| Octal | 224 | 346 | 206 | 44 | 0 | 52 | 12 | 157 | 102 | 107 |
| Binary | 10010100 | 11100110 | 10000110 | 100100 | 0 | 101010 | 1010 | 1101111 | 1000010 | 1000111 |
Color Harmonies of #94E686
Complementary color
Monochromatic Colors of #94E686
Black with #94E686
Text Example
Text Example
White with #94E686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E686; }
p { color: rgb(148,230,134); }
H1.HeaderClassName
{
color: #94E686;
}
.AnyTagClassName
{
color: #94E686;
}
</style>
background-color css
<style>
a { background-color: #94E686; }
a { background-color: rgb(148,230,134); }
div.DivClassName
{
background-color: #94E686;
}
.BgClassName
{
background-color: #94E686;
}
</style>
border-color css
<style>
span { border-color: #94E686; }
span { border-color: rgb(148,230,134); }
td.TdClassName
{
border-color: #94E686;
}
.TagClassName
{
border-color: #94E686;
}
</style>