Html Css Color HEX #A6DB94 Granny Smith Apple
📋 copy color: '#A6DB94'red 166 ◦ green 219 ◦ blue 148
Shades of Granny Smith Apple #A6DB94
Tints of Granny Smith Apple #A6DB94
RGB
CMYK
RGB Variations
Color information
#A6DB94 (or 0xA6DB94) is known color: Granny Smith Apple. HEX triplet: A6, DB and 94. RGB value is (166,219,148). Sum of RGB (Red+Green+Blue) = 166+219+148=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DB94 is #59246B. Grayscale: #C3C3C3. Windows color (decimal): -5842028 or 9755558. OLE color: 9755558.
HSL color Cylindrical-coordinate representation of color #A6DB94: hue angle of 104.79º degrees, saturation: 0.5, 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 #A6DB94 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 148 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.14 |
| HSL | 104.79º | 0.5% | 0.72% | - |
| HSV(B) | 104.79º | 0.32% | 0.86% | - |
| XYZ | 46.4 | 60.91 | 37.33 | - |
| YUV | 195.06 | 101.44 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 148 | 0.24 | 0 | 0.32 | 0.14 | 104.79 | 0.5 | 0.72 |
| Hex | A6 | DB | 94 | 18 | 0 | 20 | E | 69 | 32 | 48 |
| Octal | 246 | 333 | 224 | 30 | 0 | 40 | 16 | 151 | 62 | 110 |
| Binary | 10100110 | 11011011 | 10010100 | 11000 | 0 | 100000 | 1110 | 1101001 | 110010 | 1001000 |
Color Harmonies of #A6DB94
Complementary color
Monochromatic Colors of #A6DB94
Black with #A6DB94
Text Example
Text Example
White with #A6DB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DB94; }
p { color: rgb(166,219,148); }
H1.HeaderClassName
{
color: #A6DB94;
}
.AnyTagClassName
{
color: #A6DB94;
}
</style>
background-color css
<style>
a { background-color: #A6DB94; }
a { background-color: rgb(166,219,148); }
div.DivClassName
{
background-color: #A6DB94;
}
.BgClassName
{
background-color: #A6DB94;
}
</style>
border-color css
<style>
span { border-color: #A6DB94; }
span { border-color: rgb(166,219,148); }
td.TdClassName
{
border-color: #A6DB94;
}
.TagClassName
{
border-color: #A6DB94;
}
</style>