#ACEA8B

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

Shades of Feijoa #ACEA8B

Tints of Feijoa #ACEA8B

Color information

#ACEA8B (or 0xACEA8B) is unknown color: approx Feijoa. HEX triplet: AC, EA and 8B. RGB value is (172,234,139). Sum of RGB (Red+Green+Blue) = 172+234+139=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEA8B is #531574. Grayscale: #CCCCCC. Windows color (decimal): -5444981 or 9169580. OLE color: 9169580.

HSL color Cylindrical-coordinate representation of color #ACEA8B: hue angle of 99.16º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACEA8B is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB172234139-
CMYK0.2600.410.08
HSL99.16º69.34%73.14%-
HSV(B)99.16º40.6%91.76%-
XYZ51.169.4835.14-
YUV204.6390.96104.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 234 (91.80% from 255) = 42.94%
BLUE value IS 139 (54.69% from 255) = 25.50%
R=31.56%
G=42.94%
B=25.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722341390.2600.410.0899.1669.3473.14
HexACEA8B1A0298634549
Octal2543522133205110143105111
Binary1010110011101010100010111101001010011000110001110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEA8B; }

 p { color: rgb(172,234,139); }

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

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

 a { background-color: rgb(172,234,139); }

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

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

 span { border-color: rgb(172,234,139); }

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