#ABE695

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

Shades of Granny Smith Apple #ABE695

Tints of Granny Smith Apple #ABE695

Color information

#ABE695 (or 0xABE695) is unknown color: approx Granny Smith Apple. HEX triplet: AB, E6 and 95. RGB value is (171,230,149). Sum of RGB (Red+Green+Blue) = 171+230+149=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE695 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABE695 is #54196A. Grayscale: #CBCBCB. Windows color (decimal): -5511531 or 9823915. OLE color: 9823915.

HSL color Cylindrical-coordinate representation of color #ABE695: hue angle of 103.7º 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 #ABE695 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB171230149-
CMYK0.2600.350.10
HSL103.7º61.83%74.31%-
HSV(B)103.7º35.22%90.2%-
XYZ50.5267.4238.78-
YUV203.1297.45105.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.09%
GREEN value IS 230 (90.23% from 255) = 41.82%
BLUE value IS 149 (58.59% from 255) = 27.09%
R=31.09%
G=41.82%
B=27.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1712301490.2600.350.10103.761.8374.31
HexABE6951A023A683e4a
Octal253346225320431215076112
Binary101010111110011010010101110100100011101011010001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE695; }

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

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

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

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

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

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

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

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