Html Css Color HEX #A4EF8A Granny Smith Apple
📋 copy color: '#A4EF8A'red 164 ◦ green 239 ◦ blue 138
Shades of Granny Smith Apple #A4EF8A
Tints of Granny Smith Apple #A4EF8A
RGB
CMYK
RGB Variations
Color information
#A4EF8A (or 0xA4EF8A) is known color: Granny Smith Apple. HEX triplet: A4, EF and 8A. RGB value is (164,239,138). Sum of RGB (Red+Green+Blue) = 164+239+138=541 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.31% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #A4EF8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EF8A is #5B1075. Grayscale: #CDCDCD. Windows color (decimal): -5967990 or 9105316. OLE color: 9105316.
HSL color Cylindrical-coordinate representation of color #A4EF8A: hue angle of 104.55º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A4EF8A is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 239 | 138 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.06 |
| HSL | 104.55º | 0.76% | 0.74% | - |
| HSV(B) | 104.55º | 0.42% | 0.94% | - |
| XYZ | 50.76 | 71.46 | 35.16 | - |
| YUV | 205.06 | 90.15 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 239 | 138 | 0.31 | 0 | 0.42 | 0.06 | 104.55 | 0.76 | 0.74 |
| Hex | A4 | EF | 8A | 1F | 0 | 2A | 6 | 69 | 4C | 4A |
| Octal | 244 | 357 | 212 | 37 | 0 | 52 | 6 | 151 | 114 | 112 |
| Binary | 10100100 | 11101111 | 10001010 | 11111 | 0 | 101010 | 110 | 1101001 | 1001100 | 1001010 |
Color Harmonies of #A4EF8A
Complementary color
Monochromatic Colors of #A4EF8A
Black with #A4EF8A
Text Example
Text Example
White with #A4EF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EF8A; }
p { color: rgb(164,239,138); }
H1.HeaderClassName
{
color: #A4EF8A;
}
.AnyTagClassName
{
color: #A4EF8A;
}
</style>
background-color css
<style>
a { background-color: #A4EF8A; }
a { background-color: rgb(164,239,138); }
div.DivClassName
{
background-color: #A4EF8A;
}
.BgClassName
{
background-color: #A4EF8A;
}
</style>
border-color css
<style>
span { border-color: #A4EF8A; }
span { border-color: rgb(164,239,138); }
td.TdClassName
{
border-color: #A4EF8A;
}
.TagClassName
{
border-color: #A4EF8A;
}
</style>