#ABDA93

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

Shades of Feijoa #ABDA93

Tints of Feijoa #ABDA93

Color information

#ABDA93 (or 0xABDA93) is unknown color: approx Feijoa. HEX triplet: AB, DA and 93. RGB value is (171,218,147). Sum of RGB (Red+Green+Blue) = 171+218+147=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 147 (57.81% from 255 or 27.43% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDA93 is #54256C. Grayscale: #C4C4C4. Windows color (decimal): -5514605 or 9689771. OLE color: 9689771.

HSL color Cylindrical-coordinate representation of color #ABDA93: hue angle of 99.72º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABDA93 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB171218147-
CMYK0.2200.330.15
HSL99.72º48.97%71.57%-
HSV(B)99.72º32.57%85.49%-
XYZ47.1360.9136.88-
YUV195.85100.43110.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 218 (85.55% from 255) = 40.67%
BLUE value IS 147 (57.81% from 255) = 27.43%
R=31.90%
G=40.67%
B=27.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712181470.2200.330.1599.7248.9771.57
HexABDA9316021F643148
Octal253332223260411714461110
Binary101010111101101010010011101100100001111111001001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDA93; }

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

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

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

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

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

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

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

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