#ABD972

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

Shades of Feijoa #ABD972

Tints of Feijoa #ABD972

Color information

#ABD972 (or 0xABD972) is unknown color: approx Feijoa. HEX triplet: AB, D9 and 72. RGB value is (171,217,114). Sum of RGB (Red+Green+Blue) = 171+217+114=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD972 is #54268D. Grayscale: #BFBFBF. Windows color (decimal): -5514894 or 7526827. OLE color: 7526827.

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

Color convert

RGB171217114-
CMYK0.2100.470.15
HSL86.8º57.54%64.9%-
HSV(B)86.8º47.47%85.1%-
XYZ44.6459.525.05-
YUV191.584.26113.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.06%
GREEN value IS 217 (85.16% from 255) = 43.23%
BLUE value IS 114 (44.92% from 255) = 22.71%
R=34.06%
G=43.23%
B=22.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712171140.2100.470.1586.857.5464.9
HexABD9721502FF573a41
Octal253331162250571712772101
Binary10101011110110011110010101010101111111110101111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD972; }

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

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

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

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

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

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

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

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