#ABD893

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

Shades of Feijoa #ABD893

Tints of Feijoa #ABD893

Color information

#ABD893 (or 0xABD893) is unknown color: approx Feijoa. HEX triplet: AB, D8 and 93. RGB value is (171,216,147). Sum of RGB (Red+Green+Blue) = 171+216+147=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD893 is #54276C. Grayscale: #C2C2C2. Windows color (decimal): -5515117 or 9689259. OLE color: 9689259.

HSL color Cylindrical-coordinate representation of color #ABD893: hue angle of 99.13º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABD893 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB171216147-
CMYK0.2100.320.15
HSL99.13º46.94%71.18%-
HSV(B)99.13º31.94%84.71%-
XYZ46.6259.8836.7-
YUV194.68101.09111.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.02%
GREEN value IS 216 (84.77% from 255) = 40.45%
BLUE value IS 147 (57.81% from 255) = 27.53%
R=32.02%
G=40.45%
B=27.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712161470.2100.320.1599.1346.9471.18
HexABD89315020F632f47
Octal253330223250401714357107
Binary101010111101100010010011101010100000111111000111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD893; }

 p { color: rgb(171,216,147); }

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

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

 a { background-color: rgb(171,216,147); }

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

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

 span { border-color: rgb(171,216,147); }

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