Html Css Color HEX #A6F28C Granny Smith Apple
📋 copy color: '#A6F28C'red 166 ◦ green 242 ◦ blue 140
Shades of Granny Smith Apple #A6F28C
Tints of Granny Smith Apple #A6F28C
RGB
CMYK
RGB Variations
Color information
#A6F28C (or 0xA6F28C) is known color: Granny Smith Apple. HEX triplet: A6, F2 and 8C. RGB value is (166,242,140). Sum of RGB (Red+Green+Blue) = 166+242+140=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F28C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F28C is #590D73. Grayscale: #CFCFCF. Windows color (decimal): -5836148 or 9237158. OLE color: 9237158.
HSL color Cylindrical-coordinate representation of color #A6F28C: hue angle of 104.71º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6F28C is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 242 | 140 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.05 |
| HSL | 104.71º | 0.8% | 0.75% | - |
| HSV(B) | 104.71º | 0.42% | 0.95% | - |
| XYZ | 52.21 | 73.5 | 36.25 | - |
| YUV | 207.65 | 89.82 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 242 | 140 | 0.31 | 0 | 0.42 | 0.05 | 104.71 | 0.8 | 0.75 |
| Hex | A6 | F2 | 8C | 1F | 0 | 2A | 5 | 69 | 50 | 4B |
| Octal | 246 | 362 | 214 | 37 | 0 | 52 | 5 | 151 | 120 | 113 |
| Binary | 10100110 | 11110010 | 10001100 | 11111 | 0 | 101010 | 101 | 1101001 | 1010000 | 1001011 |
Color Harmonies of #A6F28C
Complementary color
Monochromatic Colors of #A6F28C
Black with #A6F28C
Text Example
Text Example
White with #A6F28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F28C; }
p { color: rgb(166,242,140); }
H1.HeaderClassName
{
color: #A6F28C;
}
.AnyTagClassName
{
color: #A6F28C;
}
</style>
background-color css
<style>
a { background-color: #A6F28C; }
a { background-color: rgb(166,242,140); }
div.DivClassName
{
background-color: #A6F28C;
}
.BgClassName
{
background-color: #A6F28C;
}
</style>
border-color css
<style>
span { border-color: #A6F28C; }
span { border-color: rgb(166,242,140); }
td.TdClassName
{
border-color: #A6F28C;
}
.TagClassName
{
border-color: #A6F28C;
}
</style>