Html Css Color HEX #A1DD92 Granny Smith Apple
📋 copy color: '#A1DD92'red 161 ◦ green 221 ◦ blue 146
Shades of Granny Smith Apple #A1DD92
Tints of Granny Smith Apple #A1DD92
RGB
CMYK
RGB Variations
Color information
#A1DD92 (or 0xA1DD92) is known color: Granny Smith Apple. HEX triplet: A1, DD and 92. RGB value is (161,221,146). Sum of RGB (Red+Green+Blue) = 161+221+146=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DD92 is #5E226D. Grayscale: #C2C2C2. Windows color (decimal): -6169198 or 9624993. OLE color: 9624993.
HSL color Cylindrical-coordinate representation of color #A1DD92: hue angle of 108º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1DD92 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 146 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.13 |
| HSL | 108º | 0.52% | 0.72% | - |
| HSV(B) | 108º | 0.34% | 0.87% | - |
| XYZ | 45.74 | 61.37 | 36.63 | - |
| YUV | 194.51 | 100.62 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 146 | 0.27 | 0 | 0.34 | 0.13 | 108 | 0.52 | 0.72 |
| Hex | A1 | DD | 92 | 1B | 0 | 22 | D | 6C | 34 | 48 |
| Octal | 241 | 335 | 222 | 33 | 0 | 42 | 15 | 154 | 64 | 110 |
| Binary | 10100001 | 11011101 | 10010010 | 11011 | 0 | 100010 | 1101 | 1101100 | 110100 | 1001000 |
Color Harmonies of #A1DD92
Complementary color
Monochromatic Colors of #A1DD92
Black with #A1DD92
Text Example
Text Example
White with #A1DD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD92; }
p { color: rgb(161,221,146); }
H1.HeaderClassName
{
color: #A1DD92;
}
.AnyTagClassName
{
color: #A1DD92;
}
</style>
background-color css
<style>
a { background-color: #A1DD92; }
a { background-color: rgb(161,221,146); }
div.DivClassName
{
background-color: #A1DD92;
}
.BgClassName
{
background-color: #A1DD92;
}
</style>
border-color css
<style>
span { border-color: #A1DD92; }
span { border-color: rgb(161,221,146); }
td.TdClassName
{
border-color: #A1DD92;
}
.TagClassName
{
border-color: #A1DD92;
}
</style>