#A0E697

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

Shades of Granny Smith Apple #A0E697

Tints of Granny Smith Apple #A0E697

Color information

#A0E697 (or 0xA0E697) is unknown color: approx Granny Smith Apple. HEX triplet: A0, E6 and 97. RGB value is (160,230,151). Sum of RGB (Red+Green+Blue) = 160+230+151=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 151 (59.38% from 255 or 27.91% from 541); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E697 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E697 is #5F1968. Grayscale: #C8C8C8. Windows color (decimal): -6232425 or 9954976. OLE color: 9954976.

HSL color Cylindrical-coordinate representation of color #A0E697: hue angle of 113.16º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0E697 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB160230151-
CMYK0.3000.340.10
HSL113.16º61.24%74.71%-
HSV(B)113.16º34.35%90.2%-
XYZ48.3866.339.53-
YUV200.06100.3199.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.57%
GREEN value IS 230 (90.23% from 255) = 42.51%
BLUE value IS 151 (59.38% from 255) = 27.91%
R=29.57%
G=42.51%
B=27.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1602301510.3000.340.10113.1661.2474.71
HexA0E6971E022A713d4b
Octal240346227360421216175113
Binary101000001110011010010111111100100010101011100011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E697; }

 p { color: rgb(160,230,151); }

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

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

 a { background-color: rgb(160,230,151); }

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

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

 span { border-color: rgb(160,230,151); }

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