#ACCE8E

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

Shades of Feijoa #ACCE8E

Tints of Feijoa #ACCE8E

Color information

#ACCE8E (or 0xACCE8E) is unknown color: approx Feijoa. HEX triplet: AC, CE and 8E. RGB value is (172,206,142). Sum of RGB (Red+Green+Blue) = 172+206+142=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCE8E is #533171. Grayscale: #BCBCBC. Windows color (decimal): -5452146 or 9359020. OLE color: 9359020.

HSL color Cylindrical-coordinate representation of color #ACCE8E: hue angle of 91.88º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACCE8E is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB172206142-
CMYK0.1700.310.19
HSL91.88º39.51%68.24%-
HSV(B)91.88º31.07%80.78%-
XYZ43.9754.8733.86-
YUV188.54101.74116.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 206 (80.86% from 255) = 39.62%
BLUE value IS 142 (55.86% from 255) = 27.31%
R=33.08%
G=39.62%
B=27.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722061420.1700.310.1991.8839.5168.24
HexACCE8E1101F135c2844
Octal254316216210372313450104
Binary101011001100111010001110100010111111001110111001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCE8E; }

 p { color: rgb(172,206,142); }

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

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

 a { background-color: rgb(172,206,142); }

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

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

 span { border-color: rgb(172,206,142); }

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