Html Css Color HEX #A1DC92 Granny Smith Apple
📋 copy color: '#A1DC92'red 161 ◦ green 220 ◦ blue 146
Shades of Granny Smith Apple #A1DC92
Tints of Granny Smith Apple #A1DC92
RGB
CMYK
RGB Variations
Color information
#A1DC92 (or 0xA1DC92) is known color: Granny Smith Apple. HEX triplet: A1, DC and 92. RGB value is (161,220,146). Sum of RGB (Red+Green+Blue) = 161+220+146=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DC92 is #5E236D. Grayscale: #C2C2C2. Windows color (decimal): -6169454 or 9624737. OLE color: 9624737.
HSL color Cylindrical-coordinate representation of color #A1DC92: hue angle of 107.84º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1DC92 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 146 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.14 |
| HSL | 107.84º | 0.51% | 0.72% | - |
| HSV(B) | 107.84º | 0.34% | 0.86% | - |
| XYZ | 45.48 | 60.84 | 36.54 | - |
| YUV | 193.92 | 100.95 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 146 | 0.27 | 0 | 0.34 | 0.14 | 107.84 | 0.51 | 0.72 |
| Hex | A1 | DC | 92 | 1B | 0 | 22 | E | 6C | 33 | 48 |
| Octal | 241 | 334 | 222 | 33 | 0 | 42 | 16 | 154 | 63 | 110 |
| Binary | 10100001 | 11011100 | 10010010 | 11011 | 0 | 100010 | 1110 | 1101100 | 110011 | 1001000 |
Color Harmonies of #A1DC92
Complementary color
Monochromatic Colors of #A1DC92
Black with #A1DC92
Text Example
Text Example
White with #A1DC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DC92; }
p { color: rgb(161,220,146); }
H1.HeaderClassName
{
color: #A1DC92;
}
.AnyTagClassName
{
color: #A1DC92;
}
</style>
background-color css
<style>
a { background-color: #A1DC92; }
a { background-color: rgb(161,220,146); }
div.DivClassName
{
background-color: #A1DC92;
}
.BgClassName
{
background-color: #A1DC92;
}
</style>
border-color css
<style>
span { border-color: #A1DC92; }
span { border-color: rgb(161,220,146); }
td.TdClassName
{
border-color: #A1DC92;
}
.TagClassName
{
border-color: #A1DC92;
}
</style>