#ABDC77

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

Shades of Feijoa #ABDC77

Tints of Feijoa #ABDC77

Color information

#ABDC77 (or 0xABDC77) is unknown color: approx Feijoa. HEX triplet: AB, DC and 77. RGB value is (171,220,119). Sum of RGB (Red+Green+Blue) = 171+220+119=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC77 is #542388. Grayscale: #C2C2C2. Windows color (decimal): -5514121 or 7855275. OLE color: 7855275.

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

Color convert

RGB171220119-
CMYK0.2200.460.14
HSL89.11º59.06%66.47%-
HSV(B)89.11º45.91%86.27%-
XYZ45.7261.1826.85-
YUV193.8385.77111.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 220 (86.33% from 255) = 43.14%
BLUE value IS 119 (46.88% from 255) = 23.33%
R=33.53%
G=43.14%
B=23.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712201190.2200.460.1489.1159.0666.47
HexABDC771602EE593b42
Octal253334167260561613173102
Binary10101011110111001110111101100101110111010110011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDC77; }

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

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

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

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

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

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

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

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