#ABD182

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

Shades of Feijoa #ABD182

Tints of Feijoa #ABD182

Color information

#ABD182 (or 0xABD182) is unknown color: approx Feijoa. HEX triplet: AB, D1 and 82. RGB value is (171,209,130). Sum of RGB (Red+Green+Blue) = 171+209+130=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD182 is #542E7D. Grayscale: #BCBCBC. Windows color (decimal): -5516926 or 8573355. OLE color: 8573355.

HSL color Cylindrical-coordinate representation of color #ABD182: hue angle of 88.86º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABD182 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB171209130-
CMYK0.1800.380.18
HSL88.86º46.2%66.47%-
HSV(B)88.86º37.8%81.96%-
XYZ43.6255.8729.6-
YUV188.6394.91115.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 209 (82.03% from 255) = 40.98%
BLUE value IS 130 (51.17% from 255) = 25.49%
R=33.53%
G=40.98%
B=25.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712091300.1800.380.1888.8646.266.47
HexABD1821202612592e42
Octal253321202220462213156102
Binary1010101111010001100000101001001001101001010110011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD182; }

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

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

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

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

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

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

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

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