#A0F688

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

Shades of Granny Smith Apple #A0F688

Tints of Granny Smith Apple #A0F688

Color information

#A0F688 (or 0xA0F688) is unknown color: approx Granny Smith Apple. HEX triplet: A0, F6 and 88. RGB value is (160,246,136). Sum of RGB (Red+Green+Blue) = 160+246+136=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 246 (96.48% from 255 or 45.39% from 542); Blue value is 136 (53.52% from 255 or 25.09% from 542); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F688 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F688 is #5F0977. Grayscale: #D0D0D0. Windows color (decimal): -6228344 or 8976032. OLE color: 8976032.

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

Color convert

RGB160246136-
CMYK0.3500.450.04
HSL106.91º85.94%74.9%-
HSV(B)106.91º44.72%96.47%-
XYZ51.975.1635.07-
YUV207.7587.5193.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.52%
GREEN value IS 246 (96.48% from 255) = 45.39%
BLUE value IS 136 (53.52% from 255) = 25.09%
R=29.52%
G=45.39%
B=25.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1602461360.3500.450.04106.9185.9474.9
HexA0F6882302D46b564b
Octal240366210430554153126113
Binary1010000011110110100010001000110101101100110101110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F688; }

 p { color: rgb(160,246,136); }

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

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

 a { background-color: rgb(160,246,136); }

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

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

 span { border-color: rgb(160,246,136); }

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