Html Css Color HEX #A4E68D Granny Smith Apple
📋 copy color: '#A4E68D'red 164 ◦ green 230 ◦ blue 141
Shades of Granny Smith Apple #A4E68D
Tints of Granny Smith Apple #A4E68D
RGB
CMYK
RGB Variations
Color information
#A4E68D (or 0xA4E68D) is known color: Granny Smith Apple. HEX triplet: A4, E6 and 8D. RGB value is (164,230,141). Sum of RGB (Red+Green+Blue) = 164+230+141=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #A4E68D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4E68D is #5B1972. Grayscale: #C8C8C8. Windows color (decimal): -5970291 or 9299620. OLE color: 9299620.
HSL color Cylindrical-coordinate representation of color #A4E68D: hue angle of 104.49º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4E68D is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 230 | 141 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.10 |
| HSL | 104.49º | 0.64% | 0.73% | - |
| HSV(B) | 104.49º | 0.39% | 0.9% | - |
| XYZ | 48.41 | 66.41 | 35.47 | - |
| YUV | 200.12 | 94.63 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 230 | 141 | 0.29 | 0 | 0.39 | 0.10 | 104.49 | 0.64 | 0.73 |
| Hex | A4 | E6 | 8D | 1D | 0 | 27 | A | 68 | 40 | 49 |
| Octal | 244 | 346 | 215 | 35 | 0 | 47 | 12 | 150 | 100 | 111 |
| Binary | 10100100 | 11100110 | 10001101 | 11101 | 0 | 100111 | 1010 | 1101000 | 1000000 | 1001001 |
Color Harmonies of #A4E68D
Complementary color
Monochromatic Colors of #A4E68D
Black with #A4E68D
Text Example
Text Example
White with #A4E68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E68D; }
p { color: rgb(164,230,141); }
H1.HeaderClassName
{
color: #A4E68D;
}
.AnyTagClassName
{
color: #A4E68D;
}
</style>
background-color css
<style>
a { background-color: #A4E68D; }
a { background-color: rgb(164,230,141); }
div.DivClassName
{
background-color: #A4E68D;
}
.BgClassName
{
background-color: #A4E68D;
}
</style>
border-color css
<style>
span { border-color: #A4E68D; }
span { border-color: rgb(164,230,141); }
td.TdClassName
{
border-color: #A4E68D;
}
.TagClassName
{
border-color: #A4E68D;
}
</style>