#ACCE85

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

Shades of Feijoa #ACCE85

Tints of Feijoa #ACCE85

Color information

#ACCE85 (or 0xACCE85) is unknown color: approx Feijoa. HEX triplet: AC, CE and 85. RGB value is (172,206,133). Sum of RGB (Red+Green+Blue) = 172+206+133=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCE85 is #53317A. Grayscale: #BBBBBB. Windows color (decimal): -5452155 or 8769196. OLE color: 8769196.

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

Color convert

RGB172206133-
CMYK0.1700.350.19
HSL87.95º42.69%66.47%-
HSV(B)87.95º35.44%80.78%-
XYZ43.3254.6130.45-
YUV187.5197.24116.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 206 (80.86% from 255) = 40.31%
BLUE value IS 133 (52.34% from 255) = 26.03%
R=33.66%
G=40.31%
B=26.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722061330.1700.350.1987.9542.6966.47
HexACCE851102313582b42
Octal254316205210432313053102
Binary1010110011001110100001011000101000111001110110001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCE85; }

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

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

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

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

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

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

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

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