Html Css Color HEX #ADEE8F Granny Smith Apple
📋 copy color: '#ADEE8F'red 173 ◦ green 238 ◦ blue 143
Shades of Granny Smith Apple #ADEE8F
Tints of Granny Smith Apple #ADEE8F
RGB
CMYK
RGB Variations
Color information
#ADEE8F (or 0xADEE8F) is known color: Granny Smith Apple. HEX triplet: AD, EE and 8F. RGB value is (173,238,143). Sum of RGB (Red+Green+Blue) = 173+238+143=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 143 (56.25% from 255 or 25.81% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEE8F is #521170. Grayscale: #D0D0D0. Windows color (decimal): -5378417 or 9432749. OLE color: 9432749.
HSL color Cylindrical-coordinate representation of color #ADEE8F: hue angle of 101.05º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADEE8F is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 143 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.07 |
| HSL | 101.05º | 0.74% | 0.75% | - |
| HSV(B) | 101.05º | 0.4% | 0.93% | - |
| XYZ | 52.77 | 72.02 | 37.11 | - |
| YUV | 207.74 | 91.47 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 143 | 0.27 | 0 | 0.40 | 0.07 | 101.05 | 0.74 | 0.75 |
| Hex | AD | EE | 8F | 1B | 0 | 28 | 7 | 65 | 4A | 4B |
| Octal | 255 | 356 | 217 | 33 | 0 | 50 | 7 | 145 | 112 | 113 |
| Binary | 10101101 | 11101110 | 10001111 | 11011 | 0 | 101000 | 111 | 1100101 | 1001010 | 1001011 |
Color Harmonies of #ADEE8F
Complementary color
Monochromatic Colors of #ADEE8F
Black with #ADEE8F
Text Example
Text Example
White with #ADEE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEE8F; }
p { color: rgb(173,238,143); }
H1.HeaderClassName
{
color: #ADEE8F;
}
.AnyTagClassName
{
color: #ADEE8F;
}
</style>
background-color css
<style>
a { background-color: #ADEE8F; }
a { background-color: rgb(173,238,143); }
div.DivClassName
{
background-color: #ADEE8F;
}
.BgClassName
{
background-color: #ADEE8F;
}
</style>
border-color css
<style>
span { border-color: #ADEE8F; }
span { border-color: rgb(173,238,143); }
td.TdClassName
{
border-color: #ADEE8F;
}
.TagClassName
{
border-color: #ADEE8F;
}
</style>