Html Css Color HEX #A1DF98 Granny Smith Apple
📋 copy color: '#A1DF98'red 161 ◦ green 223 ◦ blue 152
Shades of Granny Smith Apple #A1DF98
Tints of Granny Smith Apple #A1DF98
RGB
CMYK
RGB Variations
Color information
#A1DF98 (or 0xA1DF98) is known color: Granny Smith Apple. HEX triplet: A1, DF and 98. RGB value is (161,223,152). Sum of RGB (Red+Green+Blue) = 161+223+152=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DF98 is #5E2067. Grayscale: #C4C4C4. Windows color (decimal): -6168680 or 10018721. OLE color: 10018721.
HSL color Cylindrical-coordinate representation of color #A1DF98: hue angle of 112.39º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1DF98 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 223 | 152 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.13 |
| HSL | 112.39º | 0.53% | 0.74% | - |
| HSV(B) | 112.39º | 0.32% | 0.87% | - |
| XYZ | 46.75 | 62.62 | 39.33 | - |
| YUV | 196.37 | 102.96 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 223 | 152 | 0.28 | 0 | 0.32 | 0.13 | 112.39 | 0.53 | 0.74 |
| Hex | A1 | DF | 98 | 1C | 0 | 20 | D | 70 | 35 | 4A |
| Octal | 241 | 337 | 230 | 34 | 0 | 40 | 15 | 160 | 65 | 112 |
| Binary | 10100001 | 11011111 | 10011000 | 11100 | 0 | 100000 | 1101 | 1110000 | 110101 | 1001010 |
Color Harmonies of #A1DF98
Complementary color
Monochromatic Colors of #A1DF98
Black with #A1DF98
Text Example
Text Example
White with #A1DF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DF98; }
p { color: rgb(161,223,152); }
H1.HeaderClassName
{
color: #A1DF98;
}
.AnyTagClassName
{
color: #A1DF98;
}
</style>
background-color css
<style>
a { background-color: #A1DF98; }
a { background-color: rgb(161,223,152); }
div.DivClassName
{
background-color: #A1DF98;
}
.BgClassName
{
background-color: #A1DF98;
}
</style>
border-color css
<style>
span { border-color: #A1DF98; }
span { border-color: rgb(161,223,152); }
td.TdClassName
{
border-color: #A1DF98;
}
.TagClassName
{
border-color: #A1DF98;
}
</style>