#ABD386

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

Shades of Feijoa #ABD386

Tints of Feijoa #ABD386

Color information

#ABD386 (or 0xABD386) is unknown color: approx Feijoa. HEX triplet: AB, D3 and 86. RGB value is (171,211,134). Sum of RGB (Red+Green+Blue) = 171+211+134=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD386 is #542C79. Grayscale: #BEBEBE. Windows color (decimal): -5516410 or 8836011. OLE color: 8836011.

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

Color convert

RGB171211134-
CMYK0.1900.360.17
HSL91.17º46.67%67.65%-
HSV(B)91.17º36.49%82.75%-
XYZ44.3956.9731.21-
YUV190.2696.25114.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 211 (82.81% from 255) = 40.89%
BLUE value IS 134 (52.73% from 255) = 25.97%
R=33.14%
G=40.89%
B=25.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1712111340.1900.360.1791.1746.6767.65
HexABD38613024115b2f44
Octal253323206230442113357104
Binary1010101111010011100001101001101001001000110110111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD386; }

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

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

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

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

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

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

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

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