#A0F781

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

Shades of Granny Smith Apple #A0F781

Tints of Granny Smith Apple #A0F781

Color information

#A0F781 (or 0xA0F781) is unknown color: approx Granny Smith Apple. HEX triplet: A0, F7 and 81. RGB value is (160,247,129). Sum of RGB (Red+Green+Blue) = 160+247+129=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 247 (96.88% from 255 or 46.08% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F781 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F781 is #5F087E. Grayscale: #CFCFCF. Windows color (decimal): -6228095 or 8517536. OLE color: 8517536.

HSL color Cylindrical-coordinate representation of color #A0F781: hue angle of 104.24º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0F781 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB160247129-
CMYK0.3500.480.03
HSL104.24º88.06%73.73%-
HSV(B)104.24º47.77%96.86%-
XYZ51.7275.5832.63-
YUV207.5483.6894.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.85%
GREEN value IS 247 (96.88% from 255) = 46.08%
BLUE value IS 129 (50.78% from 255) = 24.07%
R=29.85%
G=46.08%
B=24.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1602471290.3500.480.03104.2488.0673.73
HexA0F78123030368584a
Octal240367201430603150130112
Binary101000001111011110000001100011011000011110100010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F781; }

 p { color: rgb(160,247,129); }

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

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

 a { background-color: rgb(160,247,129); }

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

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

 span { border-color: rgb(160,247,129); }

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