#ABD381

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

Shades of Feijoa #ABD381

Tints of Feijoa #ABD381

Color information

#ABD381 (or 0xABD381) is unknown color: approx Feijoa. HEX triplet: AB, D3 and 81. RGB value is (171,211,129). Sum of RGB (Red+Green+Blue) = 171+211+129=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD381 is #542C7E. Grayscale: #BDBDBD. Windows color (decimal): -5516415 or 8508331. OLE color: 8508331.

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

Color convert

RGB171211129-
CMYK0.1900.390.17
HSL89.27º48.24%66.67%-
HSV(B)89.27º38.86%82.75%-
XYZ44.0556.8329.42-
YUV189.6993.75114.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 211 (82.81% from 255) = 41.29%
BLUE value IS 129 (50.78% from 255) = 25.24%
R=33.46%
G=41.29%
B=25.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1712111290.1900.390.1789.2748.2466.67
HexABD3811302711593043
Octal253323201230472113160103
Binary1010101111010011100000011001101001111000110110011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD381; }

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

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

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

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

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

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

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

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