#ABD782

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

Shades of Feijoa #ABD782

Tints of Feijoa #ABD782

Color information

#ABD782 (or 0xABD782) is unknown color: approx Feijoa. HEX triplet: AB, D7 and 82. RGB value is (171,215,130). Sum of RGB (Red+Green+Blue) = 171+215+130=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #ABD782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD782 is #54287D. Grayscale: #C0C0C0. Windows color (decimal): -5515390 or 8574891. OLE color: 8574891.

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

Color convert

RGB171215130-
CMYK0.2000.400.16
HSL91.06º51.52%67.65%-
HSV(B)91.06º39.53%84.31%-
XYZ45.1258.8730.1-
YUV192.1592.92112.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 215 (84.38% from 255) = 41.67%
BLUE value IS 130 (51.17% from 255) = 25.19%
R=33.14%
G=41.67%
B=25.19%

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
Decimal1712151300.2000.400.1691.0651.5267.65
HexABD78214028105b3444
Octal253327202240502013364104
Binary1010101111010111100000101010001010001000010110111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD782; }

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

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

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

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

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

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

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

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