#ABDE85

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

Shades of Feijoa #ABDE85

Tints of Feijoa #ABDE85

Color information

#ABDE85 (or 0xABDE85) is unknown color: approx Feijoa. HEX triplet: AB, DE and 85. RGB value is (171,222,133). Sum of RGB (Red+Green+Blue) = 171+222+133=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDE85 is #54217A. Grayscale: #C4C4C4. Windows color (decimal): -5513595 or 8773291. OLE color: 8773291.

HSL color Cylindrical-coordinate representation of color #ABDE85: hue angle of 94.38º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABDE85 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB171222133-
CMYK0.2300.400.13
HSL94.38º57.42%69.61%-
HSV(B)94.38º40.09%87.06%-
XYZ47.1562.5931.79-
YUV196.692.1109.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 222 (87.11% from 255) = 42.21%
BLUE value IS 133 (52.34% from 255) = 25.29%
R=32.51%
G=42.21%
B=25.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712221330.2300.400.1394.3857.4269.61
HexABDE8517028D5e3946
Octal253336205270501513671106
Binary101010111101111010000101101110101000110110111101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDE85; }

 p { color: rgb(171,222,133); }

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

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

 a { background-color: rgb(171,222,133); }

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

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

 span { border-color: rgb(171,222,133); }

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