#ABDB8B

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

Shades of Feijoa #ABDB8B

Tints of Feijoa #ABDB8B

Color information

#ABDB8B (or 0xABDB8B) is unknown color: approx Feijoa. HEX triplet: AB, DB and 8B. RGB value is (171,219,139). Sum of RGB (Red+Green+Blue) = 171+219+139=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDB8B is #542474. Grayscale: #C3C3C3. Windows color (decimal): -5514357 or 9165739. OLE color: 9165739.

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

Color convert

RGB171219139-
CMYK0.2200.370.14
HSL96º52.63%70.2%-
HSV(B)96º36.53%85.88%-
XYZ46.7961.1933.77-
YUV195.5396.1110.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.33%
GREEN value IS 219 (85.94% from 255) = 41.40%
BLUE value IS 139 (54.69% from 255) = 26.28%
R=32.33%
G=41.40%
B=26.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712191390.2200.370.149652.6370.2
HexABDB8B16025E603546
Octal253333213260451614065106
Binary101010111101101110001011101100100101111011000001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDB8B; }

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

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

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

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

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

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

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

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