Html Css Color HEX #A5F38D Granny Smith Apple
📋 copy color: '#A5F38D'red 165 ◦ green 243 ◦ blue 141
Shades of Granny Smith Apple #A5F38D
Tints of Granny Smith Apple #A5F38D
RGB
CMYK
RGB Variations
Color information
#A5F38D (or 0xA5F38D) is known color: Granny Smith Apple. HEX triplet: A5, F3 and 8D. RGB value is (165,243,141). Sum of RGB (Red+Green+Blue) = 165+243+141=549 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.05% from 549); Green value is 243 (95.31% from 255 or 44.26% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F38D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F38D is #5A0C72. Grayscale: #D0D0D0. Windows color (decimal): -5901427 or 9302949. OLE color: 9302949.
HSL color Cylindrical-coordinate representation of color #A5F38D: hue angle of 105.88º degrees, saturation: 0.81, 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 #A5F38D is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 243 | 141 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.05 |
| HSL | 105.88º | 0.81% | 0.75% | - |
| HSV(B) | 105.88º | 0.42% | 0.95% | - |
| XYZ | 52.38 | 74.02 | 36.73 | - |
| YUV | 208.05 | 90.16 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 243 | 141 | 0.32 | 0 | 0.42 | 0.05 | 105.88 | 0.81 | 0.75 |
| Hex | A5 | F3 | 8D | 20 | 0 | 2A | 5 | 6A | 51 | 4B |
| Octal | 245 | 363 | 215 | 40 | 0 | 52 | 5 | 152 | 121 | 113 |
| Binary | 10100101 | 11110011 | 10001101 | 100000 | 0 | 101010 | 101 | 1101010 | 1010001 | 1001011 |
Color Harmonies of #A5F38D
Complementary color
Monochromatic Colors of #A5F38D
Black with #A5F38D
Text Example
Text Example
White with #A5F38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F38D; }
p { color: rgb(165,243,141); }
H1.HeaderClassName
{
color: #A5F38D;
}
.AnyTagClassName
{
color: #A5F38D;
}
</style>
background-color css
<style>
a { background-color: #A5F38D; }
a { background-color: rgb(165,243,141); }
div.DivClassName
{
background-color: #A5F38D;
}
.BgClassName
{
background-color: #A5F38D;
}
</style>
border-color css
<style>
span { border-color: #A5F38D; }
span { border-color: rgb(165,243,141); }
td.TdClassName
{
border-color: #A5F38D;
}
.TagClassName
{
border-color: #A5F38D;
}
</style>