#ABDC8A

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

Shades of Feijoa #ABDC8A

Tints of Feijoa #ABDC8A

Color information

#ABDC8A (or 0xABDC8A) is unknown color: approx Feijoa. HEX triplet: AB, DC and 8A. RGB value is (171,220,138). Sum of RGB (Red+Green+Blue) = 171+220+138=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC8A is #542375. Grayscale: #C4C4C4. Windows color (decimal): -5514102 or 9100459. OLE color: 9100459.

HSL color Cylindrical-coordinate representation of color #ABDC8A: hue angle of 95.85º degrees, saturation: 0.54, 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 #ABDC8A is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB171220138-
CMYK0.2200.370.14
HSL95.85º53.95%70.2%-
HSV(B)95.85º37.27%86.27%-
XYZ46.9861.6833.47-
YUV19695.27110.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.33%
GREEN value IS 220 (86.33% from 255) = 41.59%
BLUE value IS 138 (54.30% from 255) = 26.09%
R=32.33%
G=41.59%
B=26.09%

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
Decimal1712201380.2200.370.1495.8553.9570.2
HexABDC8A16025E603646
Octal253334212260451614066106
Binary101010111101110010001010101100100101111011000001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDC8A; }

 p { color: rgb(171,220,138); }

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

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

 a { background-color: rgb(171,220,138); }

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

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

 span { border-color: rgb(171,220,138); }

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