#ACED84

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

Shades of Feijoa #ACED84

Tints of Feijoa #ACED84

Color information

#ACED84 (or 0xACED84) is unknown color: approx Feijoa. HEX triplet: AC, ED and 84. RGB value is (172,237,132). Sum of RGB (Red+Green+Blue) = 172+237+132=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #ACED84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACED84 is #53127B. Grayscale: #CDCDCD. Windows color (decimal): -5444220 or 8711596. OLE color: 8711596.

HSL color Cylindrical-coordinate representation of color #ACED84: hue angle of 97.14º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACED84 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB172237132-
CMYK0.2700.440.07
HSL97.14º74.47%72.35%-
HSV(B)97.14º44.3%92.94%-
XYZ51.467132.82-
YUV205.686.47104.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 237 (92.97% from 255) = 43.81%
BLUE value IS 132 (51.95% from 255) = 24.40%
R=31.79%
G=43.81%
B=24.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722371320.2700.440.0797.1474.4772.35
HexACED841B02C7614a48
Octal254355204330547141112110
Binary101011001110110110000100110110101100111110000110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACED84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACED84; }

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

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

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

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

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

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

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

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