#ABDC85

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

Shades of Feijoa #ABDC85

Tints of Feijoa #ABDC85

Color information

#ABDC85 (or 0xABDC85) is unknown color: approx Feijoa. HEX triplet: AB, DC and 85. RGB value is (171,220,133). Sum of RGB (Red+Green+Blue) = 171+220+133=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC85 is #54237A. Grayscale: #C3C3C3. Windows color (decimal): -5514107 or 8772779. OLE color: 8772779.

HSL color Cylindrical-coordinate representation of color #ABDC85: hue angle of 93.79º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABDC85 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB171220133-
CMYK0.2200.400.14
HSL93.79º55.41%69.22%-
HSV(B)93.79º39.55%86.27%-
XYZ46.6261.5431.61-
YUV195.4392.77110.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.63%
GREEN value IS 220 (86.33% from 255) = 41.98%
BLUE value IS 133 (52.34% from 255) = 25.38%
R=32.63%
G=41.98%
B=25.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712201330.2200.400.1493.7955.4169.22
HexABDC8516028E5e3745
Octal253334205260501613667105
Binary101010111101110010000101101100101000111010111101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDC85; }

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

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

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

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

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

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

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

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