Html Css Color HEX #A1D694 Granny Smith Apple
📋 copy color: '#A1D694'red 161 ◦ green 214 ◦ blue 148
Shades of Granny Smith Apple #A1D694
Tints of Granny Smith Apple #A1D694
RGB
CMYK
RGB Variations
Color information
#A1D694 (or 0xA1D694) is known color: Granny Smith Apple. HEX triplet: A1, D6 and 94. RGB value is (161,214,148). Sum of RGB (Red+Green+Blue) = 161+214+148=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D694 is #5E296B. Grayscale: #BEBEBE. Windows color (decimal): -6170988 or 9754273. OLE color: 9754273.
HSL color Cylindrical-coordinate representation of color #A1D694: hue angle of 108.18º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1D694 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 148 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.16 |
| HSL | 108.18º | 0.45% | 0.71% | - |
| HSV(B) | 108.18º | 0.31% | 0.84% | - |
| XYZ | 44.09 | 57.81 | 36.85 | - |
| YUV | 190.63 | 103.94 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 148 | 0.25 | 0 | 0.31 | 0.16 | 108.18 | 0.45 | 0.71 |
| Hex | A1 | D6 | 94 | 19 | 0 | 1F | 10 | 6C | 2D | 47 |
| Octal | 241 | 326 | 224 | 31 | 0 | 37 | 20 | 154 | 55 | 107 |
| Binary | 10100001 | 11010110 | 10010100 | 11001 | 0 | 11111 | 10000 | 1101100 | 101101 | 1000111 |
Color Harmonies of #A1D694
Complementary color
Monochromatic Colors of #A1D694
Black with #A1D694
Text Example
Text Example
White with #A1D694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D694; }
p { color: rgb(161,214,148); }
H1.HeaderClassName
{
color: #A1D694;
}
.AnyTagClassName
{
color: #A1D694;
}
</style>
background-color css
<style>
a { background-color: #A1D694; }
a { background-color: rgb(161,214,148); }
div.DivClassName
{
background-color: #A1D694;
}
.BgClassName
{
background-color: #A1D694;
}
</style>
border-color css
<style>
span { border-color: #A1D694; }
span { border-color: rgb(161,214,148); }
td.TdClassName
{
border-color: #A1D694;
}
.TagClassName
{
border-color: #A1D694;
}
</style>