#ACE67D

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

Shades of Feijoa #ACE67D

Tints of Feijoa #ACE67D

Color information

#ACE67D (or 0xACE67D) is unknown color: approx Feijoa. HEX triplet: AC, E6 and 7D. RGB value is (172,230,125). Sum of RGB (Red+Green+Blue) = 172+230+125=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE67D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE67D is #531982. Grayscale: #C9C9C9. Windows color (decimal): -5446019 or 8251052. OLE color: 8251052.

HSL color Cylindrical-coordinate representation of color #ACE67D: hue angle of 93.14º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACE67D is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB172230125-
CMYK0.2500.460.10
HSL93.14º67.74%69.61%-
HSV(B)93.14º45.65%90.2%-
XYZ49.0166.8429.72-
YUV200.6985.28107.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 230 (90.23% from 255) = 43.64%
BLUE value IS 125 (49.22% from 255) = 23.72%
R=32.64%
G=43.64%
B=23.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1722301250.2500.460.1093.1467.7469.61
HexACE67D1902EA5d4446
Octal2543461753105612135104106
Binary101011001110011011111011100101011101010101110110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE67D; }

 p { color: rgb(172,230,125); }

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

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

 a { background-color: rgb(172,230,125); }

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

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

 span { border-color: rgb(172,230,125); }

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