Html Css Color HEX #ADEF8F Granny Smith Apple
📋 copy color: '#ADEF8F'red 173 ◦ green 239 ◦ blue 143
Shades of Granny Smith Apple #ADEF8F
Tints of Granny Smith Apple #ADEF8F
RGB
CMYK
RGB Variations
Color information
#ADEF8F (or 0xADEF8F) is known color: Granny Smith Apple. HEX triplet: AD, EF and 8F. RGB value is (173,239,143). Sum of RGB (Red+Green+Blue) = 173+239+143=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 143 (56.25% from 255 or 25.77% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEF8F is #521070. Grayscale: #D0D0D0. Windows color (decimal): -5378161 or 9433005. OLE color: 9433005.
HSL color Cylindrical-coordinate representation of color #ADEF8F: hue angle of 101.25º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADEF8F is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 143 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.06 |
| HSL | 101.25º | 0.75% | 0.75% | - |
| HSV(B) | 101.25º | 0.4% | 0.94% | - |
| XYZ | 53.06 | 72.6 | 37.2 | - |
| YUV | 208.32 | 91.13 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 143 | 0.28 | 0 | 0.40 | 0.06 | 101.25 | 0.75 | 0.75 |
| Hex | AD | EF | 8F | 1C | 0 | 28 | 6 | 65 | 4B | 4B |
| Octal | 255 | 357 | 217 | 34 | 0 | 50 | 6 | 145 | 113 | 113 |
| Binary | 10101101 | 11101111 | 10001111 | 11100 | 0 | 101000 | 110 | 1100101 | 1001011 | 1001011 |
Color Harmonies of #ADEF8F
Complementary color
Monochromatic Colors of #ADEF8F
Black with #ADEF8F
Text Example
Text Example
White with #ADEF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF8F; }
p { color: rgb(173,239,143); }
H1.HeaderClassName
{
color: #ADEF8F;
}
.AnyTagClassName
{
color: #ADEF8F;
}
</style>
background-color css
<style>
a { background-color: #ADEF8F; }
a { background-color: rgb(173,239,143); }
div.DivClassName
{
background-color: #ADEF8F;
}
.BgClassName
{
background-color: #ADEF8F;
}
</style>
border-color css
<style>
span { border-color: #ADEF8F; }
span { border-color: rgb(173,239,143); }
td.TdClassName
{
border-color: #ADEF8F;
}
.TagClassName
{
border-color: #ADEF8F;
}
</style>