Html Css Color HEX #A4F18C Granny Smith Apple
📋 copy color: '#A4F18C'red 164 ◦ green 241 ◦ blue 140
Shades of Granny Smith Apple #A4F18C
Tints of Granny Smith Apple #A4F18C
RGB
CMYK
RGB Variations
Color information
#A4F18C (or 0xA4F18C) is known color: Granny Smith Apple. HEX triplet: A4, F1 and 8C. RGB value is (164,241,140). Sum of RGB (Red+Green+Blue) = 164+241+140=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F18C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F18C is #5B0E73. Grayscale: #CECECE. Windows color (decimal): -5967476 or 9236900. OLE color: 9236900.
HSL color Cylindrical-coordinate representation of color #A4F18C: hue angle of 105.74º degrees, saturation: 0.78, 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 #A4F18C is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 241 | 140 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.05 |
| HSL | 105.74º | 0.78% | 0.75% | - |
| HSV(B) | 105.74º | 0.42% | 0.95% | - |
| XYZ | 51.5 | 72.7 | 36.13 | - |
| YUV | 206.46 | 90.49 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 241 | 140 | 0.32 | 0 | 0.42 | 0.05 | 105.74 | 0.78 | 0.75 |
| Hex | A4 | F1 | 8C | 20 | 0 | 2A | 5 | 6A | 4E | 4B |
| Octal | 244 | 361 | 214 | 40 | 0 | 52 | 5 | 152 | 116 | 113 |
| Binary | 10100100 | 11110001 | 10001100 | 100000 | 0 | 101010 | 101 | 1101010 | 1001110 | 1001011 |
Color Harmonies of #A4F18C
Complementary color
Monochromatic Colors of #A4F18C
Black with #A4F18C
Text Example
Text Example
White with #A4F18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F18C; }
p { color: rgb(164,241,140); }
H1.HeaderClassName
{
color: #A4F18C;
}
.AnyTagClassName
{
color: #A4F18C;
}
</style>
background-color css
<style>
a { background-color: #A4F18C; }
a { background-color: rgb(164,241,140); }
div.DivClassName
{
background-color: #A4F18C;
}
.BgClassName
{
background-color: #A4F18C;
}
</style>
border-color css
<style>
span { border-color: #A4F18C; }
span { border-color: rgb(164,241,140); }
td.TdClassName
{
border-color: #A4F18C;
}
.TagClassName
{
border-color: #A4F18C;
}
</style>