#ABED95

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

Shades of Granny Smith Apple #ABED95

Tints of Granny Smith Apple #ABED95

Color information

#ABED95 (or 0xABED95) is unknown color: approx Granny Smith Apple. HEX triplet: AB, ED and 95. RGB value is (171,237,149). Sum of RGB (Red+Green+Blue) = 171+237+149=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #ABED95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABED95 is #54126A. Grayscale: #CFCFCF. Windows color (decimal): -5509739 or 9825707. OLE color: 9825707.

HSL color Cylindrical-coordinate representation of color #ABED95: hue angle of 105º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABED95 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB171237149-
CMYK0.2800.370.07
HSL105º70.97%75.69%-
HSV(B)105º37.13%92.94%-
XYZ52.571.439.45-
YUV207.2395.13102.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.70%
GREEN value IS 237 (92.97% from 255) = 42.55%
BLUE value IS 149 (58.59% from 255) = 26.75%
R=30.70%
G=42.55%
B=26.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712371490.2800.370.0710570.9775.69
HexABED951C025769474c
Octal253355225340457151107114
Binary101010111110110110010101111000100101111110100110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABED95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABED95; }

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

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

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

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

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

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

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

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