Html Css Color HEX #A8F785 Granny Smith Apple
📋 copy color: '#A8F785'red 168 ◦ green 247 ◦ blue 133
Shades of Granny Smith Apple #A8F785
Tints of Granny Smith Apple #A8F785
RGB
CMYK
RGB Variations
Color information
#A8F785 (or 0xA8F785) is known color: Granny Smith Apple. HEX triplet: A8, F7 and 85. RGB value is (168,247,133). Sum of RGB (Red+Green+Blue) = 168+247+133=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 247 (96.88% from 255 or 45.07% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F785 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F785 is #57087A. Grayscale: #D2D2D2. Windows color (decimal): -5703803 or 8779688. OLE color: 8779688.
HSL color Cylindrical-coordinate representation of color #A8F785: hue angle of 101.58º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8F785 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 247 | 133 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.03 |
| HSL | 101.58º | 0.88% | 0.75% | - |
| HSV(B) | 101.58º | 0.46% | 0.97% | - |
| XYZ | 53.64 | 76.54 | 34.14 | - |
| YUV | 210.38 | 84.33 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 247 | 133 | 0.32 | 0 | 0.46 | 0.03 | 101.58 | 0.88 | 0.75 |
| Hex | A8 | F7 | 85 | 20 | 0 | 2E | 3 | 66 | 58 | 4B |
| Octal | 250 | 367 | 205 | 40 | 0 | 56 | 3 | 146 | 130 | 113 |
| Binary | 10101000 | 11110111 | 10000101 | 100000 | 0 | 101110 | 11 | 1100110 | 1011000 | 1001011 |
Color Harmonies of #A8F785
Complementary color
Monochromatic Colors of #A8F785
Black with #A8F785
Text Example
Text Example
White with #A8F785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F785; }
p { color: rgb(168,247,133); }
H1.HeaderClassName
{
color: #A8F785;
}
.AnyTagClassName
{
color: #A8F785;
}
</style>
background-color css
<style>
a { background-color: #A8F785; }
a { background-color: rgb(168,247,133); }
div.DivClassName
{
background-color: #A8F785;
}
.BgClassName
{
background-color: #A8F785;
}
</style>
border-color css
<style>
span { border-color: #A8F785; }
span { border-color: rgb(168,247,133); }
td.TdClassName
{
border-color: #A8F785;
}
.TagClassName
{
border-color: #A8F785;
}
</style>