#ABE57D

Color #ABE57D Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #ABE57D

Tints of Feijoa #ABE57D

Color information

#ABE57D (or 0xABE57D) is unknown color: approx Feijoa. HEX triplet: AB, E5 and 7D. RGB value is (171,229,125). Sum of RGB (Red+Green+Blue) = 171+229+125=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 229 - color contains mainly: green. Hex color #ABE57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE57D is #541A82. Grayscale: #C8C8C8. Windows color (decimal): -5511811 or 8250795. OLE color: 8250795.

HSL color Cylindrical-coordinate representation of color #ABE57D: hue angle of 93.46º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABE57D is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB171229125-
CMYK0.2500.450.10
HSL93.46º66.67%69.41%-
HSV(B)93.46º45.41%89.8%-
XYZ48.5266.1829.62-
YUV199.885.78107.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.57%
GREEN value IS 229 (89.84% from 255) = 43.62%
BLUE value IS 125 (49.22% from 255) = 23.81%
R=32.57%
G=43.62%
B=23.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1712291250.2500.450.1093.4666.6769.41
HexABE57D1902DA5d4345
Octal2533451753105512135103105
Binary101010111110010111111011100101011011010101110110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE57D; }

 p { color: rgb(171,229,125); }

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

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

 a { background-color: rgb(171,229,125); }

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

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

 span { border-color: rgb(171,229,125); }

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