Html Css Color HEX #A8F885 Granny Smith Apple
📋 copy color: '#A8F885'red 168 ◦ green 248 ◦ blue 133
Shades of Granny Smith Apple #A8F885
Tints of Granny Smith Apple #A8F885
RGB
CMYK
RGB Variations
Color information
#A8F885 (or 0xA8F885) is known color: Granny Smith Apple. HEX triplet: A8, F8 and 85. RGB value is (168,248,133). Sum of RGB (Red+Green+Blue) = 168+248+133=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F885 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F885 is #57077A. Grayscale: #D3D3D3. Windows color (decimal): -5703547 or 8779944. OLE color: 8779944.
HSL color Cylindrical-coordinate representation of color #A8F885: hue angle of 101.74º degrees, saturation: 0.89, 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 #A8F885 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 248 | 133 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.03 |
| HSL | 101.74º | 0.89% | 0.75% | - |
| HSV(B) | 101.74º | 0.46% | 0.97% | - |
| XYZ | 53.95 | 77.15 | 34.24 | - |
| YUV | 210.97 | 84 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 248 | 133 | 0.32 | 0 | 0.46 | 0.03 | 101.74 | 0.89 | 0.75 |
| Hex | A8 | F8 | 85 | 20 | 0 | 2E | 3 | 66 | 59 | 4B |
| Octal | 250 | 370 | 205 | 40 | 0 | 56 | 3 | 146 | 131 | 113 |
| Binary | 10101000 | 11111000 | 10000101 | 100000 | 0 | 101110 | 11 | 1100110 | 1011001 | 1001011 |
Color Harmonies of #A8F885
Complementary color
Monochromatic Colors of #A8F885
Black with #A8F885
Text Example
Text Example
White with #A8F885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F885; }
p { color: rgb(168,248,133); }
H1.HeaderClassName
{
color: #A8F885;
}
.AnyTagClassName
{
color: #A8F885;
}
</style>
background-color css
<style>
a { background-color: #A8F885; }
a { background-color: rgb(168,248,133); }
div.DivClassName
{
background-color: #A8F885;
}
.BgClassName
{
background-color: #A8F885;
}
</style>
border-color css
<style>
span { border-color: #A8F885; }
span { border-color: rgb(168,248,133); }
td.TdClassName
{
border-color: #A8F885;
}
.TagClassName
{
border-color: #A8F885;
}
</style>