Html Css Color HEX #A8DC98 Granny Smith Apple
📋 copy color: '#A8DC98'red 168 ◦ green 220 ◦ blue 152
Shades of Granny Smith Apple #A8DC98
Tints of Granny Smith Apple #A8DC98
RGB
CMYK
RGB Variations
Color information
#A8DC98 (or 0xA8DC98) is known color: Granny Smith Apple. HEX triplet: A8, DC and 98. RGB value is (168,220,152). Sum of RGB (Red+Green+Blue) = 168+220+152=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DC98 is #572367. Grayscale: #C4C4C4. Windows color (decimal): -5710696 or 10017960. OLE color: 10017960.
HSL color Cylindrical-coordinate representation of color #A8DC98: hue angle of 105.88º degrees, saturation: 0.49, 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 #A8DC98 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 152 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.14 |
| HSL | 105.88º | 0.49% | 0.73% | - |
| HSV(B) | 105.88º | 0.31% | 0.86% | - |
| XYZ | 47.41 | 61.78 | 39.13 | - |
| YUV | 196.7 | 102.77 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 152 | 0.24 | 0 | 0.31 | 0.14 | 105.88 | 0.49 | 0.73 |
| Hex | A8 | DC | 98 | 18 | 0 | 1F | E | 6A | 31 | 49 |
| Octal | 250 | 334 | 230 | 30 | 0 | 37 | 16 | 152 | 61 | 111 |
| Binary | 10101000 | 11011100 | 10011000 | 11000 | 0 | 11111 | 1110 | 1101010 | 110001 | 1001001 |
Color Harmonies of #A8DC98
Complementary color
Monochromatic Colors of #A8DC98
Black with #A8DC98
Text Example
Text Example
White with #A8DC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC98; }
p { color: rgb(168,220,152); }
H1.HeaderClassName
{
color: #A8DC98;
}
.AnyTagClassName
{
color: #A8DC98;
}
</style>
background-color css
<style>
a { background-color: #A8DC98; }
a { background-color: rgb(168,220,152); }
div.DivClassName
{
background-color: #A8DC98;
}
.BgClassName
{
background-color: #A8DC98;
}
</style>
border-color css
<style>
span { border-color: #A8DC98; }
span { border-color: rgb(168,220,152); }
td.TdClassName
{
border-color: #A8DC98;
}
.TagClassName
{
border-color: #A8DC98;
}
</style>