#ACE38A

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

Shades of Feijoa #ACE38A

Tints of Feijoa #ACE38A

Color information

#ACE38A (or 0xACE38A) is unknown color: approx Feijoa. HEX triplet: AC, E3 and 8A. RGB value is (172,227,138). Sum of RGB (Red+Green+Blue) = 172+227+138=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 227 (89.06% from 255 or 42.27% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE38A is #531C75. Grayscale: #C8C8C8. Windows color (decimal): -5446774 or 9102252. OLE color: 9102252.

HSL color Cylindrical-coordinate representation of color #ACE38A: hue angle of 97.08º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACE38A is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB172227138-
CMYK0.2400.390.11
HSL97.08º61.38%71.57%-
HSV(B)97.08º39.21%89.02%-
XYZ49.0765.5434.11-
YUV200.4192.78107.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 227 (89.06% from 255) = 42.27%
BLUE value IS 138 (54.30% from 255) = 25.70%
R=32.03%
G=42.27%
B=25.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722271380.2400.390.1197.0861.3871.57
HexACE38A18027B613d48
Octal254343212300471314175110
Binary101011001110001110001010110000100111101111000011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE38A; }

 p { color: rgb(172,227,138); }

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

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

 a { background-color: rgb(172,227,138); }

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

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

 span { border-color: rgb(172,227,138); }

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