Html Css Color HEX #A8DF95 Granny Smith Apple
📋 copy color: '#A8DF95'red 168 ◦ green 223 ◦ blue 149
Shades of Granny Smith Apple #A8DF95
Tints of Granny Smith Apple #A8DF95
RGB
CMYK
RGB Variations
Color information
#A8DF95 (or 0xA8DF95) is known color: Granny Smith Apple. HEX triplet: A8, DF and 95. RGB value is (168,223,149). Sum of RGB (Red+Green+Blue) = 168+223+149=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DF95 is #57206A. Grayscale: #C6C6C6. Windows color (decimal): -5709931 or 9822120. OLE color: 9822120.
HSL color Cylindrical-coordinate representation of color #A8DF95: hue angle of 104.59º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8DF95 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 149 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.13 |
| HSL | 104.59º | 0.54% | 0.73% | - |
| HSV(B) | 104.59º | 0.33% | 0.87% | - |
| XYZ | 47.96 | 63.27 | 38.12 | - |
| YUV | 198.12 | 100.28 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 149 | 0.25 | 0 | 0.33 | 0.13 | 104.59 | 0.54 | 0.73 |
| Hex | A8 | DF | 95 | 19 | 0 | 21 | D | 69 | 36 | 49 |
| Octal | 250 | 337 | 225 | 31 | 0 | 41 | 15 | 151 | 66 | 111 |
| Binary | 10101000 | 11011111 | 10010101 | 11001 | 0 | 100001 | 1101 | 1101001 | 110110 | 1001001 |
Color Harmonies of #A8DF95
Complementary color
Monochromatic Colors of #A8DF95
Black with #A8DF95
Text Example
Text Example
White with #A8DF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DF95; }
p { color: rgb(168,223,149); }
H1.HeaderClassName
{
color: #A8DF95;
}
.AnyTagClassName
{
color: #A8DF95;
}
</style>
background-color css
<style>
a { background-color: #A8DF95; }
a { background-color: rgb(168,223,149); }
div.DivClassName
{
background-color: #A8DF95;
}
.BgClassName
{
background-color: #A8DF95;
}
</style>
border-color css
<style>
span { border-color: #A8DF95; }
span { border-color: rgb(168,223,149); }
td.TdClassName
{
border-color: #A8DF95;
}
.TagClassName
{
border-color: #A8DF95;
}
</style>