#ABD780

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

Shades of Feijoa #ABD780

Tints of Feijoa #ABD780

Color information

#ABD780 (or 0xABD780) is unknown color: approx Feijoa. HEX triplet: AB, D7 and 80. RGB value is (171,215,128). Sum of RGB (Red+Green+Blue) = 171+215+128=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #ABD780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD780 is #54287F. Grayscale: #C0C0C0. Windows color (decimal): -5515392 or 8443819. OLE color: 8443819.

HSL color Cylindrical-coordinate representation of color #ABD780: hue angle of 90.34º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABD780 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB171215128-
CMYK0.2000.400.16
HSL90.34º52.1%67.25%-
HSV(B)90.34º40.47%84.31%-
XYZ44.9958.8229.4-
YUV191.9391.92113.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.27%
GREEN value IS 215 (84.38% from 255) = 41.83%
BLUE value IS 128 (50.39% from 255) = 24.90%
R=33.27%
G=41.83%
B=24.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712151280.2000.400.1690.3452.167.25
HexABD78014028105a3443
Octal253327200240502013264103
Binary1010101111010111100000001010001010001000010110101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD780; }

 p { color: rgb(171,215,128); }

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

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

 a { background-color: rgb(171,215,128); }

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

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

 span { border-color: rgb(171,215,128); }

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