#ABD584

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

Shades of Feijoa #ABD584

Tints of Feijoa #ABD584

Color information

#ABD584 (or 0xABD584) is unknown color: approx Feijoa. HEX triplet: AB, D5 and 84. RGB value is (171,213,132). Sum of RGB (Red+Green+Blue) = 171+213+132=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD584 is #542A7B. Grayscale: #BFBFBF. Windows color (decimal): -5515900 or 8705451. OLE color: 8705451.

HSL color Cylindrical-coordinate representation of color #ABD584: hue angle of 91.11º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABD584 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB171213132-
CMYK0.2000.380.16
HSL91.11º49.09%67.65%-
HSV(B)91.11º38.03%83.53%-
XYZ44.7557.9130.65-
YUV191.2194.59113.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 213 (83.59% from 255) = 41.28%
BLUE value IS 132 (51.95% from 255) = 25.58%
R=33.14%
G=41.28%
B=25.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712131320.2000.380.1691.1149.0967.65
HexABD58414026105b3144
Octal253325204240462013361104
Binary1010101111010101100001001010001001101000010110111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD584; }

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

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

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

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

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

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

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

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