#A0E695

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

Shades of Granny Smith Apple #A0E695

Tints of Granny Smith Apple #A0E695

Color information

#A0E695 (or 0xA0E695) is unknown color: approx Granny Smith Apple. HEX triplet: A0, E6 and 95. RGB value is (160,230,149). Sum of RGB (Red+Green+Blue) = 160+230+149=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 230 (90.23% from 255 or 42.67% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E695 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E695 is #5F196A. Grayscale: #C8C8C8. Windows color (decimal): -6232427 or 9823904. OLE color: 9823904.

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

Color convert

RGB160230149-
CMYK0.3000.350.10
HSL111.85º61.83%74.31%-
HSV(B)111.85º35.22%90.2%-
XYZ48.2266.2438.68-
YUV199.8499.3199.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.68%
GREEN value IS 230 (90.23% from 255) = 42.67%
BLUE value IS 149 (58.59% from 255) = 27.64%
R=29.68%
G=42.67%
B=27.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1602301490.3000.350.10111.8561.8374.31
HexA0E6951E023A703e4a
Octal240346225360431216076112
Binary101000001110011010010101111100100011101011100001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E695; }

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

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

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

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

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

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

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

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