#ABD180

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

Shades of Feijoa #ABD180

Tints of Feijoa #ABD180

Color information

#ABD180 (or 0xABD180) is unknown color: approx Feijoa. HEX triplet: AB, D1 and 80. RGB value is (171,209,128). Sum of RGB (Red+Green+Blue) = 171+209+128=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD180 is #542E7F. Grayscale: #BCBCBC. Windows color (decimal): -5516928 or 8442283. OLE color: 8442283.

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

Color convert

RGB171209128-
CMYK0.1800.390.18
HSL88.15º46.82%66.08%-
HSV(B)88.15º38.76%81.96%-
XYZ43.4955.8228.9-
YUV188.493.91115.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 209 (82.03% from 255) = 41.14%
BLUE value IS 128 (50.39% from 255) = 25.20%
R=33.66%
G=41.14%
B=25.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712091280.1800.390.1888.1546.8266.08
HexABD1801202712582f42
Octal253321200220472213057102
Binary1010101111010001100000001001001001111001010110001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD180; }

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

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

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

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

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

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

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

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