#ABD084

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

Shades of Feijoa #ABD084

Tints of Feijoa #ABD084

Color information

#ABD084 (or 0xABD084) is unknown color: approx Feijoa. HEX triplet: AB, D0 and 84. RGB value is (171,208,132). Sum of RGB (Red+Green+Blue) = 171+208+132=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD084 is #542F7B. Grayscale: #BCBCBC. Windows color (decimal): -5517180 or 8704171. OLE color: 8704171.

HSL color Cylindrical-coordinate representation of color #ABD084: hue angle of 89.21º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABD084 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB171208132-
CMYK0.1800.370.18
HSL89.21º44.71%66.67%-
HSV(B)89.21º36.54%81.57%-
XYZ43.5255.4430.24-
YUV188.2796.24115.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 208 (81.64% from 255) = 40.70%
BLUE value IS 132 (51.95% from 255) = 25.83%
R=33.46%
G=40.70%
B=25.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712081320.1800.370.1889.2144.7166.67
HexABD0841202512592d43
Octal253320204220452213155103
Binary1010101111010000100001001001001001011001010110011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD084; }

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

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

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

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

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

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

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

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