Html Css Color HEX #A5F28E Granny Smith Apple
📋 copy color: '#A5F28E'red 165 ◦ green 242 ◦ blue 142
Shades of Granny Smith Apple #A5F28E
Tints of Granny Smith Apple #A5F28E
RGB
CMYK
RGB Variations
Color information
#A5F28E (or 0xA5F28E) is known color: Granny Smith Apple. HEX triplet: A5, F2 and 8E. RGB value is (165,242,142). Sum of RGB (Red+Green+Blue) = 165+242+142=549 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.05% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #A5F28E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F28E is #5A0D71. Grayscale: #CFCFCF. Windows color (decimal): -5901682 or 9368229. OLE color: 9368229.
HSL color Cylindrical-coordinate representation of color #A5F28E: hue angle of 106.2º degrees, saturation: 0.79, 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 #A5F28E is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 242 | 142 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.05 |
| HSL | 106.2º | 0.79% | 0.75% | - |
| HSV(B) | 106.2º | 0.41% | 0.95% | - |
| XYZ | 52.15 | 73.46 | 37.02 | - |
| YUV | 207.58 | 90.99 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 242 | 142 | 0.32 | 0 | 0.41 | 0.05 | 106.2 | 0.79 | 0.75 |
| Hex | A5 | F2 | 8E | 20 | 0 | 29 | 5 | 6A | 4F | 4B |
| Octal | 245 | 362 | 216 | 40 | 0 | 51 | 5 | 152 | 117 | 113 |
| Binary | 10100101 | 11110010 | 10001110 | 100000 | 0 | 101001 | 101 | 1101010 | 1001111 | 1001011 |
Color Harmonies of #A5F28E
Complementary color
Monochromatic Colors of #A5F28E
Black with #A5F28E
Text Example
Text Example
White with #A5F28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F28E; }
p { color: rgb(165,242,142); }
H1.HeaderClassName
{
color: #A5F28E;
}
.AnyTagClassName
{
color: #A5F28E;
}
</style>
background-color css
<style>
a { background-color: #A5F28E; }
a { background-color: rgb(165,242,142); }
div.DivClassName
{
background-color: #A5F28E;
}
.BgClassName
{
background-color: #A5F28E;
}
</style>
border-color css
<style>
span { border-color: #A5F28E; }
span { border-color: rgb(165,242,142); }
td.TdClassName
{
border-color: #A5F28E;
}
.TagClassName
{
border-color: #A5F28E;
}
</style>