#ABDB90

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

Shades of Feijoa #ABDB90

Tints of Feijoa #ABDB90

Color information

#ABDB90 (or 0xABDB90) is unknown color: approx Feijoa. HEX triplet: AB, DB and 90. RGB value is (171,219,144). Sum of RGB (Red+Green+Blue) = 171+219+144=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDB90 is #54246F. Grayscale: #C4C4C4. Windows color (decimal): -5514352 or 9493419. OLE color: 9493419.

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

Color convert

RGB171219144-
CMYK0.2200.340.14
HSL98.4º51.02%71.18%-
HSV(B)98.4º34.25%85.88%-
XYZ47.1661.3335.74-
YUV196.198.6110.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.02%
GREEN value IS 219 (85.94% from 255) = 41.01%
BLUE value IS 144 (56.64% from 255) = 26.97%
R=32.02%
G=41.01%
B=26.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712191440.2200.340.1498.451.0271.18
HexABDB9016022E623347
Octal253333220260421614263107
Binary101010111101101110010000101100100010111011000101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDB90; }

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

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

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

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

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

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

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

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