Html Css Color HEX #AEF28E Granny Smith Apple
📋 copy color: '#AEF28E'red 174 ◦ green 242 ◦ blue 142
Shades of Granny Smith Apple #AEF28E
Tints of Granny Smith Apple #AEF28E
RGB
CMYK
RGB Variations
Color information
#AEF28E (or 0xAEF28E) is known color: Granny Smith Apple. HEX triplet: AE, F2 and 8E. RGB value is (174,242,142). Sum of RGB (Red+Green+Blue) = 174+242+142=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF28E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF28E is #510D71. Grayscale: #D2D2D2. Windows color (decimal): -5311858 or 9368238. OLE color: 9368238.
HSL color Cylindrical-coordinate representation of color #AEF28E: hue angle of 100.8º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEF28E is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 242 | 142 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.05 |
| HSL | 100.8º | 0.79% | 0.75% | - |
| HSV(B) | 100.8º | 0.41% | 0.95% | - |
| XYZ | 54.09 | 74.46 | 37.11 | - |
| YUV | 210.27 | 89.47 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 242 | 142 | 0.28 | 0 | 0.41 | 0.05 | 100.8 | 0.79 | 0.75 |
| Hex | AE | F2 | 8E | 1C | 0 | 29 | 5 | 65 | 4F | 4B |
| Octal | 256 | 362 | 216 | 34 | 0 | 51 | 5 | 145 | 117 | 113 |
| Binary | 10101110 | 11110010 | 10001110 | 11100 | 0 | 101001 | 101 | 1100101 | 1001111 | 1001011 |
Color Harmonies of #AEF28E
Complementary color
Monochromatic Colors of #AEF28E
Black with #AEF28E
Text Example
Text Example
White with #AEF28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF28E; }
p { color: rgb(174,242,142); }
H1.HeaderClassName
{
color: #AEF28E;
}
.AnyTagClassName
{
color: #AEF28E;
}
</style>
background-color css
<style>
a { background-color: #AEF28E; }
a { background-color: rgb(174,242,142); }
div.DivClassName
{
background-color: #AEF28E;
}
.BgClassName
{
background-color: #AEF28E;
}
</style>
border-color css
<style>
span { border-color: #AEF28E; }
span { border-color: rgb(174,242,142); }
td.TdClassName
{
border-color: #AEF28E;
}
.TagClassName
{
border-color: #AEF28E;
}
</style>