Html Css Color HEX #A8EF8F Granny Smith Apple
📋 copy color: '#A8EF8F'red 168 ◦ green 239 ◦ blue 143
Shades of Granny Smith Apple #A8EF8F
Tints of Granny Smith Apple #A8EF8F
RGB
CMYK
RGB Variations
Color information
#A8EF8F (or 0xA8EF8F) is known color: Granny Smith Apple. HEX triplet: A8, EF and 8F. RGB value is (168,239,143). Sum of RGB (Red+Green+Blue) = 168+239+143=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EF8F is #571070. Grayscale: #CFCFCF. Windows color (decimal): -5705841 or 9433000. OLE color: 9433000.
HSL color Cylindrical-coordinate representation of color #A8EF8F: hue angle of 104.38º 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 #A8EF8F is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 143 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.06 |
| HSL | 104.38º | 0.75% | 0.75% | - |
| HSV(B) | 104.38º | 0.4% | 0.94% | - |
| XYZ | 51.97 | 72.04 | 37.15 | - |
| YUV | 206.83 | 91.98 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 143 | 0.30 | 0 | 0.40 | 0.06 | 104.38 | 0.75 | 0.75 |
| Hex | A8 | EF | 8F | 1E | 0 | 28 | 6 | 68 | 4B | 4B |
| Octal | 250 | 357 | 217 | 36 | 0 | 50 | 6 | 150 | 113 | 113 |
| Binary | 10101000 | 11101111 | 10001111 | 11110 | 0 | 101000 | 110 | 1101000 | 1001011 | 1001011 |
Color Harmonies of #A8EF8F
Complementary color
Monochromatic Colors of #A8EF8F
Black with #A8EF8F
Text Example
Text Example
White with #A8EF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF8F; }
p { color: rgb(168,239,143); }
H1.HeaderClassName
{
color: #A8EF8F;
}
.AnyTagClassName
{
color: #A8EF8F;
}
</style>
background-color css
<style>
a { background-color: #A8EF8F; }
a { background-color: rgb(168,239,143); }
div.DivClassName
{
background-color: #A8EF8F;
}
.BgClassName
{
background-color: #A8EF8F;
}
</style>
border-color css
<style>
span { border-color: #A8EF8F; }
span { border-color: rgb(168,239,143); }
td.TdClassName
{
border-color: #A8EF8F;
}
.TagClassName
{
border-color: #A8EF8F;
}
</style>