Html Css Color HEX #A8FA86 Granny Smith Apple
📋 copy color: '#A8FA86'red 168 ◦ green 250 ◦ blue 134
Shades of Granny Smith Apple #A8FA86
Tints of Granny Smith Apple #A8FA86
RGB
CMYK
RGB Variations
Color information
#A8FA86 (or 0xA8FA86) is known color: Granny Smith Apple. HEX triplet: A8, FA and 86. RGB value is (168,250,134). Sum of RGB (Red+Green+Blue) = 168+250+134=552 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.43% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 134 (52.73% from 255 or 24.28% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FA86 is #570579. Grayscale: #D4D4D4. Windows color (decimal): -5703034 or 8845992. OLE color: 8845992.
HSL color Cylindrical-coordinate representation of color #A8FA86: hue angle of 102.41º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8FA86 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 134 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.02 |
| HSL | 102.41º | 0.92% | 0.75% | - |
| HSV(B) | 102.41º | 0.46% | 0.98% | - |
| XYZ | 54.64 | 78.42 | 34.81 | - |
| YUV | 212.26 | 83.83 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 134 | 0.33 | 0 | 0.46 | 0.02 | 102.41 | 0.92 | 0.75 |
| Hex | A8 | FA | 86 | 21 | 0 | 2E | 2 | 66 | 5C | 4B |
| Octal | 250 | 372 | 206 | 41 | 0 | 56 | 2 | 146 | 134 | 113 |
| Binary | 10101000 | 11111010 | 10000110 | 100001 | 0 | 101110 | 10 | 1100110 | 1011100 | 1001011 |
Color Harmonies of #A8FA86
Complementary color
Monochromatic Colors of #A8FA86
Black with #A8FA86
Text Example
Text Example
White with #A8FA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FA86; }
p { color: rgb(168,250,134); }
H1.HeaderClassName
{
color: #A8FA86;
}
.AnyTagClassName
{
color: #A8FA86;
}
</style>
background-color css
<style>
a { background-color: #A8FA86; }
a { background-color: rgb(168,250,134); }
div.DivClassName
{
background-color: #A8FA86;
}
.BgClassName
{
background-color: #A8FA86;
}
</style>
border-color css
<style>
span { border-color: #A8FA86; }
span { border-color: rgb(168,250,134); }
td.TdClassName
{
border-color: #A8FA86;
}
.TagClassName
{
border-color: #A8FA86;
}
</style>