#ACD284

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

Shades of Feijoa #ACD284

Tints of Feijoa #ACD284

Color information

#ACD284 (or 0xACD284) is unknown color: approx Feijoa. HEX triplet: AC, D2 and 84. RGB value is (172,210,132). Sum of RGB (Red+Green+Blue) = 172+210+132=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD284 is #532D7B. Grayscale: #BEBEBE. Windows color (decimal): -5451132 or 8704684. OLE color: 8704684.

HSL color Cylindrical-coordinate representation of color #ACD284: hue angle of 89.23º degrees, saturation: 0.46, 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 #ACD284 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB172210132-
CMYK0.1800.370.18
HSL89.23º46.43%67.06%-
HSV(B)89.23º37.14%82.35%-
XYZ44.2256.5330.41-
YUV189.7595.41115.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.46%
GREEN value IS 210 (82.42% from 255) = 40.86%
BLUE value IS 132 (51.95% from 255) = 25.68%
R=33.46%
G=40.86%
B=25.68%

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
Decimal1722101320.1800.370.1889.2346.4367.06
HexACD2841202512592e43
Octal254322204220452213156103
Binary1010110011010010100001001001001001011001010110011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD284; }

 p { color: rgb(172,210,132); }

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

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

 a { background-color: rgb(172,210,132); }

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

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

 span { border-color: rgb(172,210,132); }

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