#ABD382

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

Shades of Feijoa #ABD382

Tints of Feijoa #ABD382

Color information

#ABD382 (or 0xABD382) is unknown color: approx Feijoa. HEX triplet: AB, D3 and 82. RGB value is (171,211,130). Sum of RGB (Red+Green+Blue) = 171+211+130=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD382 is #542C7D. Grayscale: #BEBEBE. Windows color (decimal): -5516414 or 8573867. OLE color: 8573867.

HSL color Cylindrical-coordinate representation of color #ABD382: hue angle of 89.63º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABD382 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB171211130-
CMYK0.1900.380.17
HSL89.63º47.93%66.86%-
HSV(B)89.63º38.39%82.75%-
XYZ44.1256.8629.77-
YUV189.8194.25114.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 211 (82.81% from 255) = 41.21%
BLUE value IS 130 (51.17% from 255) = 25.39%
R=33.40%
G=41.21%
B=25.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1712111300.1900.380.1789.6347.9366.86
HexABD38213026115a3043
Octal253323202230462113260103
Binary1010101111010011100000101001101001101000110110101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD382; }

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

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

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

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

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

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

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

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