#ABD081

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

Shades of Feijoa #ABD081

Tints of Feijoa #ABD081

Color information

#ABD081 (or 0xABD081) is unknown color: approx Feijoa. HEX triplet: AB, D0 and 81. RGB value is (171,208,129). Sum of RGB (Red+Green+Blue) = 171+208+129=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD081 is #542F7E. Grayscale: #BCBCBC. Windows color (decimal): -5517183 or 8507563. OLE color: 8507563.

HSL color Cylindrical-coordinate representation of color #ABD081: hue angle of 88.1º 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 #ABD081 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB171208129-
CMYK0.1800.380.18
HSL88.1º45.66%66.08%-
HSV(B)88.1º37.98%81.57%-
XYZ43.3155.3529.17-
YUV187.9394.74115.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 208 (81.64% from 255) = 40.94%
BLUE value IS 129 (50.78% from 255) = 25.39%
R=33.66%
G=40.94%
B=25.39%

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
Decimal1712081290.1800.380.1888.145.6666.08
HexABD0811202612582e42
Octal253320201220462213056102
Binary1010101111010000100000011001001001101001010110001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD081; }

 p { color: rgb(171,208,129); }

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

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

 a { background-color: rgb(171,208,129); }

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

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

 span { border-color: rgb(171,208,129); }

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