#ABD17D

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

Shades of Feijoa #ABD17D

Tints of Feijoa #ABD17D

Color information

#ABD17D (or 0xABD17D) is unknown color: approx Feijoa. HEX triplet: AB, D1 and 7D. RGB value is (171,209,125). Sum of RGB (Red+Green+Blue) = 171+209+125=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD17D is #542E82. Grayscale: #BCBCBC. Windows color (decimal): -5516931 or 8245675. OLE color: 8245675.

HSL color Cylindrical-coordinate representation of color #ABD17D: hue angle of 87.14º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABD17D is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB171209125-
CMYK0.1800.400.18
HSL87.14º47.73%65.49%-
HSV(B)87.14º40.19%81.96%-
XYZ43.355.7427.88-
YUV188.0692.41115.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 209 (82.03% from 255) = 41.39%
BLUE value IS 125 (49.22% from 255) = 24.75%
R=33.86%
G=41.39%
B=24.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712091250.1800.400.1887.1447.7365.49
HexABD17D1202812573041
Octal253321175220502212760101
Binary101010111101000111111011001001010001001010101111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD17D; }

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

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

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

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

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

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

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

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