#ABDA90

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

Shades of Feijoa #ABDA90

Tints of Feijoa #ABDA90

Color information

#ABDA90 (or 0xABDA90) is unknown color: approx Feijoa. HEX triplet: AB, DA and 90. RGB value is (171,218,144). Sum of RGB (Red+Green+Blue) = 171+218+144=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDA90 is #54256F. Grayscale: #C3C3C3. Windows color (decimal): -5514608 or 9493163. OLE color: 9493163.

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

Color convert

RGB171218144-
CMYK0.2200.340.15
HSL98.11º50%70.98%-
HSV(B)98.11º33.94%85.49%-
XYZ46.960.8135.65-
YUV195.5198.93110.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.08%
GREEN value IS 218 (85.55% from 255) = 40.90%
BLUE value IS 144 (56.64% from 255) = 27.02%
R=32.08%
G=40.90%
B=27.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712181440.2200.340.1598.115070.98
HexABDA9016022F623247
Octal253332220260421714262107
Binary101010111101101010010000101100100010111111000101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDA90; }

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

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

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

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

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

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

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

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