Html Css Color HEX #A6DB95 Granny Smith Apple
📋 copy color: '#A6DB95'red 166 ◦ green 219 ◦ blue 149
Shades of Granny Smith Apple #A6DB95
Tints of Granny Smith Apple #A6DB95
RGB
CMYK
RGB Variations
Color information
#A6DB95 (or 0xA6DB95) is known color: Granny Smith Apple. HEX triplet: A6, DB and 95. RGB value is (166,219,149). Sum of RGB (Red+Green+Blue) = 166+219+149=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DB95 is #59246A. Grayscale: #C3C3C3. Windows color (decimal): -5842027 or 9821094. OLE color: 9821094.
HSL color Cylindrical-coordinate representation of color #A6DB95: hue angle of 105.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6DB95 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 149 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.14 |
| HSL | 105.43º | 0.49% | 0.72% | - |
| HSV(B) | 105.43º | 0.32% | 0.86% | - |
| XYZ | 46.48 | 60.94 | 37.75 | - |
| YUV | 195.17 | 101.94 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 149 | 0.24 | 0 | 0.32 | 0.14 | 105.43 | 0.49 | 0.72 |
| Hex | A6 | DB | 95 | 18 | 0 | 20 | E | 69 | 31 | 48 |
| Octal | 246 | 333 | 225 | 30 | 0 | 40 | 16 | 151 | 61 | 110 |
| Binary | 10100110 | 11011011 | 10010101 | 11000 | 0 | 100000 | 1110 | 1101001 | 110001 | 1001000 |
Color Harmonies of #A6DB95
Complementary color
Monochromatic Colors of #A6DB95
Black with #A6DB95
Text Example
Text Example
White with #A6DB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DB95; }
p { color: rgb(166,219,149); }
H1.HeaderClassName
{
color: #A6DB95;
}
.AnyTagClassName
{
color: #A6DB95;
}
</style>
background-color css
<style>
a { background-color: #A6DB95; }
a { background-color: rgb(166,219,149); }
div.DivClassName
{
background-color: #A6DB95;
}
.BgClassName
{
background-color: #A6DB95;
}
</style>
border-color css
<style>
span { border-color: #A6DB95; }
span { border-color: rgb(166,219,149); }
td.TdClassName
{
border-color: #A6DB95;
}
.TagClassName
{
border-color: #A6DB95;
}
</style>