Html Css Color HEX #A8DB99 Granny Smith Apple
📋 copy color: '#A8DB99'red 168 ◦ green 219 ◦ blue 153
Shades of Granny Smith Apple #A8DB99
Tints of Granny Smith Apple #A8DB99
RGB
CMYK
RGB Variations
Color information
#A8DB99 (or 0xA8DB99) is known color: Granny Smith Apple. HEX triplet: A8, DB and 99. RGB value is (168,219,153). Sum of RGB (Red+Green+Blue) = 168+219+153=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DB99 is #572466. Grayscale: #C4C4C4. Windows color (decimal): -5710951 or 10083240. OLE color: 10083240.
HSL color Cylindrical-coordinate representation of color #A8DB99: hue angle of 106.36º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8DB99 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 153 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.14 |
| HSL | 106.36º | 0.48% | 0.73% | - |
| HSV(B) | 106.36º | 0.3% | 0.86% | - |
| XYZ | 47.23 | 61.29 | 39.48 | - |
| YUV | 196.23 | 103.6 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 153 | 0.23 | 0 | 0.30 | 0.14 | 106.36 | 0.48 | 0.73 |
| Hex | A8 | DB | 99 | 17 | 0 | 1E | E | 6A | 30 | 49 |
| Octal | 250 | 333 | 231 | 27 | 0 | 36 | 16 | 152 | 60 | 111 |
| Binary | 10101000 | 11011011 | 10011001 | 10111 | 0 | 11110 | 1110 | 1101010 | 110000 | 1001001 |
Color Harmonies of #A8DB99
Complementary color
Monochromatic Colors of #A8DB99
Black with #A8DB99
Text Example
Text Example
White with #A8DB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DB99; }
p { color: rgb(168,219,153); }
H1.HeaderClassName
{
color: #A8DB99;
}
.AnyTagClassName
{
color: #A8DB99;
}
</style>
background-color css
<style>
a { background-color: #A8DB99; }
a { background-color: rgb(168,219,153); }
div.DivClassName
{
background-color: #A8DB99;
}
.BgClassName
{
background-color: #A8DB99;
}
</style>
border-color css
<style>
span { border-color: #A8DB99; }
span { border-color: rgb(168,219,153); }
td.TdClassName
{
border-color: #A8DB99;
}
.TagClassName
{
border-color: #A8DB99;
}
</style>