Html Css Color HEX #A0F385 Granny Smith Apple
📋 copy color: '#A0F385'red 160 ◦ green 243 ◦ blue 133
Shades of Granny Smith Apple #A0F385
Tints of Granny Smith Apple #A0F385
RGB
CMYK
RGB Variations
Color information
#A0F385 (or 0xA0F385) is known color: Granny Smith Apple. HEX triplet: A0, F3 and 85. RGB value is (160,243,133). Sum of RGB (Red+Green+Blue) = 160+243+133=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F385 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F385 is #5F0C7A. Grayscale: #CECECE. Windows color (decimal): -6229115 or 8778656. OLE color: 8778656.
HSL color Cylindrical-coordinate representation of color #A0F385: hue angle of 105.27º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0F385 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 243 | 133 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.05 |
| HSL | 105.27º | 0.82% | 0.74% | - |
| HSV(B) | 105.27º | 0.45% | 0.95% | - |
| XYZ | 50.78 | 73.27 | 33.66 | - |
| YUV | 205.64 | 87 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 243 | 133 | 0.34 | 0 | 0.45 | 0.05 | 105.27 | 0.82 | 0.74 |
| Hex | A0 | F3 | 85 | 22 | 0 | 2D | 5 | 69 | 52 | 4A |
| Octal | 240 | 363 | 205 | 42 | 0 | 55 | 5 | 151 | 122 | 112 |
| Binary | 10100000 | 11110011 | 10000101 | 100010 | 0 | 101101 | 101 | 1101001 | 1010010 | 1001010 |
Color Harmonies of #A0F385
Complementary color
Monochromatic Colors of #A0F385
Black with #A0F385
Text Example
Text Example
White with #A0F385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F385; }
p { color: rgb(160,243,133); }
H1.HeaderClassName
{
color: #A0F385;
}
.AnyTagClassName
{
color: #A0F385;
}
</style>
background-color css
<style>
a { background-color: #A0F385; }
a { background-color: rgb(160,243,133); }
div.DivClassName
{
background-color: #A0F385;
}
.BgClassName
{
background-color: #A0F385;
}
</style>
border-color css
<style>
span { border-color: #A0F385; }
span { border-color: rgb(160,243,133); }
td.TdClassName
{
border-color: #A0F385;
}
.TagClassName
{
border-color: #A0F385;
}
</style>