Html Css Color HEX #A5F18E Granny Smith Apple
📋 copy color: '#A5F18E'red 165 ◦ green 241 ◦ blue 142
Shades of Granny Smith Apple #A5F18E
Tints of Granny Smith Apple #A5F18E
RGB
CMYK
RGB Variations
Color information
#A5F18E (or 0xA5F18E) is known color: Granny Smith Apple. HEX triplet: A5, F1 and 8E. RGB value is (165,241,142). Sum of RGB (Red+Green+Blue) = 165+241+142=548 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.11% from 548); Green value is 241 (94.53% from 255 or 43.98% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F18E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F18E is #5A0E71. Grayscale: #CFCFCF. Windows color (decimal): -5901938 or 9367973. OLE color: 9367973.
HSL color Cylindrical-coordinate representation of color #A5F18E: hue angle of 106.06º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5F18E is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 241 | 142 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.05 |
| HSL | 106.06º | 0.78% | 0.75% | - |
| HSV(B) | 106.06º | 0.41% | 0.95% | - |
| XYZ | 51.85 | 72.86 | 36.92 | - |
| YUV | 206.99 | 91.32 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 241 | 142 | 0.32 | 0 | 0.41 | 0.05 | 106.06 | 0.78 | 0.75 |
| Hex | A5 | F1 | 8E | 20 | 0 | 29 | 5 | 6A | 4E | 4B |
| Octal | 245 | 361 | 216 | 40 | 0 | 51 | 5 | 152 | 116 | 113 |
| Binary | 10100101 | 11110001 | 10001110 | 100000 | 0 | 101001 | 101 | 1101010 | 1001110 | 1001011 |
Color Harmonies of #A5F18E
Complementary color
Monochromatic Colors of #A5F18E
Black with #A5F18E
Text Example
Text Example
White with #A5F18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F18E; }
p { color: rgb(165,241,142); }
H1.HeaderClassName
{
color: #A5F18E;
}
.AnyTagClassName
{
color: #A5F18E;
}
</style>
background-color css
<style>
a { background-color: #A5F18E; }
a { background-color: rgb(165,241,142); }
div.DivClassName
{
background-color: #A5F18E;
}
.BgClassName
{
background-color: #A5F18E;
}
</style>
border-color css
<style>
span { border-color: #A5F18E; }
span { border-color: rgb(165,241,142); }
td.TdClassName
{
border-color: #A5F18E;
}
.TagClassName
{
border-color: #A5F18E;
}
</style>