Html Css Color HEX #A8DB98 Granny Smith Apple
📋 copy color: '#A8DB98'red 168 ◦ green 219 ◦ blue 152
Shades of Granny Smith Apple #A8DB98
Tints of Granny Smith Apple #A8DB98
RGB
CMYK
RGB Variations
Color information
#A8DB98 (or 0xA8DB98) is known color: Granny Smith Apple. HEX triplet: A8, DB and 98. RGB value is (168,219,152). Sum of RGB (Red+Green+Blue) = 168+219+152=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DB98 is #572467. Grayscale: #C4C4C4. Windows color (decimal): -5710952 or 10017704. OLE color: 10017704.
HSL color Cylindrical-coordinate representation of color #A8DB98: hue angle of 105.67º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8DB98 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 152 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.14 |
| HSL | 105.67º | 0.48% | 0.73% | - |
| HSV(B) | 105.67º | 0.31% | 0.86% | - |
| XYZ | 47.15 | 61.25 | 39.04 | - |
| YUV | 196.11 | 103.1 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 152 | 0.23 | 0 | 0.31 | 0.14 | 105.67 | 0.48 | 0.73 |
| Hex | A8 | DB | 98 | 17 | 0 | 1F | E | 6A | 30 | 49 |
| Octal | 250 | 333 | 230 | 27 | 0 | 37 | 16 | 152 | 60 | 111 |
| Binary | 10101000 | 11011011 | 10011000 | 10111 | 0 | 11111 | 1110 | 1101010 | 110000 | 1001001 |
Color Harmonies of #A8DB98
Complementary color
Monochromatic Colors of #A8DB98
Black with #A8DB98
Text Example
Text Example
White with #A8DB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DB98; }
p { color: rgb(168,219,152); }
H1.HeaderClassName
{
color: #A8DB98;
}
.AnyTagClassName
{
color: #A8DB98;
}
</style>
background-color css
<style>
a { background-color: #A8DB98; }
a { background-color: rgb(168,219,152); }
div.DivClassName
{
background-color: #A8DB98;
}
.BgClassName
{
background-color: #A8DB98;
}
</style>
border-color css
<style>
span { border-color: #A8DB98; }
span { border-color: rgb(168,219,152); }
td.TdClassName
{
border-color: #A8DB98;
}
.TagClassName
{
border-color: #A8DB98;
}
</style>