#ABD981

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

Shades of Feijoa #ABD981

Tints of Feijoa #ABD981

Color information

#ABD981 (or 0xABD981) is unknown color: approx Feijoa. HEX triplet: AB, D9 and 81. RGB value is (171,217,129). Sum of RGB (Red+Green+Blue) = 171+217+129=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD981 is #54267E. Grayscale: #C1C1C1. Windows color (decimal): -5514879 or 8509867. OLE color: 8509867.

HSL color Cylindrical-coordinate representation of color #ABD981: hue angle of 91.36º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABD981 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB171217129-
CMYK0.2100.410.15
HSL91.36º53.66%67.84%-
HSV(B)91.36º40.55%85.1%-
XYZ45.5759.8729.92-
YUV193.2191.76112.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 217 (85.16% from 255) = 41.97%
BLUE value IS 129 (50.78% from 255) = 24.95%
R=33.08%
G=41.97%
B=24.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712171290.2100.410.1591.3653.6667.84
HexABD98115029F5b3644
Octal253331201250511713366104
Binary101010111101100110000001101010101001111110110111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD981; }

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

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

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

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

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

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

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

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