Html Css Color HEX #A4ED94 Granny Smith Apple
📋 copy color: '#A4ED94'red 164 ◦ green 237 ◦ blue 148
Shades of Granny Smith Apple #A4ED94
Tints of Granny Smith Apple #A4ED94
RGB
CMYK
RGB Variations
Color information
#A4ED94 (or 0xA4ED94) is known color: Granny Smith Apple. HEX triplet: A4, ED and 94. RGB value is (164,237,148). Sum of RGB (Red+Green+Blue) = 164+237+148=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #A4ED94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4ED94 is #5B126B. Grayscale: #CDCDCD. Windows color (decimal): -5968492 or 9760164. OLE color: 9760164.
HSL color Cylindrical-coordinate representation of color #A4ED94: hue angle of 109.21º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4ED94 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 237 | 148 | - |
| CMYK | 0.31 | 0 | 0.38 | 0.07 |
| HSL | 109.21º | 0.71% | 0.75% | - |
| HSV(B) | 109.21º | 0.38% | 0.93% | - |
| XYZ | 50.94 | 70.6 | 38.96 | - |
| YUV | 205.03 | 95.82 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 237 | 148 | 0.31 | 0 | 0.38 | 0.07 | 109.21 | 0.71 | 0.75 |
| Hex | A4 | ED | 94 | 1F | 0 | 26 | 7 | 6D | 47 | 4B |
| Octal | 244 | 355 | 224 | 37 | 0 | 46 | 7 | 155 | 107 | 113 |
| Binary | 10100100 | 11101101 | 10010100 | 11111 | 0 | 100110 | 111 | 1101101 | 1000111 | 1001011 |
Color Harmonies of #A4ED94
Complementary color
Monochromatic Colors of #A4ED94
Black with #A4ED94
Text Example
Text Example
White with #A4ED94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ED94; }
p { color: rgb(164,237,148); }
H1.HeaderClassName
{
color: #A4ED94;
}
.AnyTagClassName
{
color: #A4ED94;
}
</style>
background-color css
<style>
a { background-color: #A4ED94; }
a { background-color: rgb(164,237,148); }
div.DivClassName
{
background-color: #A4ED94;
}
.BgClassName
{
background-color: #A4ED94;
}
</style>
border-color css
<style>
span { border-color: #A4ED94; }
span { border-color: rgb(164,237,148); }
td.TdClassName
{
border-color: #A4ED94;
}
.TagClassName
{
border-color: #A4ED94;
}
</style>