Html Css Color HEX #ADF28E Granny Smith Apple
📋 copy color: '#ADF28E'red 173 ◦ green 242 ◦ blue 142
Shades of Granny Smith Apple #ADF28E
Tints of Granny Smith Apple #ADF28E
RGB
CMYK
RGB Variations
Color information
#ADF28E (or 0xADF28E) is known color: Granny Smith Apple. HEX triplet: AD, F2 and 8E. RGB value is (173,242,142). Sum of RGB (Red+Green+Blue) = 173+242+142=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF28E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF28E is #520D71. Grayscale: #D2D2D2. Windows color (decimal): -5377394 or 9368237. OLE color: 9368237.
HSL color Cylindrical-coordinate representation of color #ADF28E: hue angle of 101.4º 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 #ADF28E is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 142 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.05 |
| HSL | 101.4º | 0.79% | 0.75% | - |
| HSV(B) | 101.4º | 0.41% | 0.95% | - |
| XYZ | 53.87 | 74.34 | 37.1 | - |
| YUV | 209.97 | 89.64 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 142 | 0.29 | 0 | 0.41 | 0.05 | 101.4 | 0.79 | 0.75 |
| Hex | AD | F2 | 8E | 1D | 0 | 29 | 5 | 65 | 4F | 4B |
| Octal | 255 | 362 | 216 | 35 | 0 | 51 | 5 | 145 | 117 | 113 |
| Binary | 10101101 | 11110010 | 10001110 | 11101 | 0 | 101001 | 101 | 1100101 | 1001111 | 1001011 |
Color Harmonies of #ADF28E
Complementary color
Monochromatic Colors of #ADF28E
Black with #ADF28E
Text Example
Text Example
White with #ADF28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF28E; }
p { color: rgb(173,242,142); }
H1.HeaderClassName
{
color: #ADF28E;
}
.AnyTagClassName
{
color: #ADF28E;
}
</style>
background-color css
<style>
a { background-color: #ADF28E; }
a { background-color: rgb(173,242,142); }
div.DivClassName
{
background-color: #ADF28E;
}
.BgClassName
{
background-color: #ADF28E;
}
</style>
border-color css
<style>
span { border-color: #ADF28E; }
span { border-color: rgb(173,242,142); }
td.TdClassName
{
border-color: #ADF28E;
}
.TagClassName
{
border-color: #ADF28E;
}
</style>