#A0F585

Color #A0F585 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #A0F585

Tints of Granny Smith Apple #A0F585

Color information

#A0F585 (or 0xA0F585) is unknown color: approx Granny Smith Apple. HEX triplet: A0, F5 and 85. RGB value is (160,245,133). Sum of RGB (Red+Green+Blue) = 160+245+133=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #A0F585 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F585 is #5F0A7A. Grayscale: #CFCFCF. Windows color (decimal): -6228603 or 8779168. OLE color: 8779168.

HSL color Cylindrical-coordinate representation of color #A0F585: hue angle of 105.54º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0F585 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB160245133-
CMYK0.3500.460.04
HSL105.54º84.85%74.12%-
HSV(B)105.54º45.71%96.08%-
XYZ51.3874.4733.86-
YUV206.8286.3494.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 29.74%
GREEN value IS 245 (96.09% from 255) = 45.54%
BLUE value IS 133 (52.34% from 255) = 24.72%
R=29.74%
G=45.54%
B=24.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1602451330.3500.460.04105.5484.8574.12
HexA0F5852302E46a554a
Octal240365205430564152125112
Binary1010000011110101100001011000110101110100110101010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F585; }

 p { color: rgb(160,245,133); }

 H1.HeaderClassName
 {
   color: #A0F585;
 }
 .AnyTagClassName
 {
   color: #A0F585;
 }
</style>
background-color css

<style>
 a { background-color: #A0F585; }

 a { background-color: rgb(160,245,133); }

 div.DivClassName
 {
   background-color: #A0F585;
 }
 .BgClassName
 {
   background-color: #A0F585;
 }
</style>
border-color css

<style>
 span { border-color: #A0F585; }

 span { border-color: rgb(160,245,133); }

 td.TdClassName
 {
   border-color: #A0F585;
 }
 .TagClassName
 {
   border-color: #A0F585;
 }
</style>