#ACCE95

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

Shades of Feijoa #ACCE95

Tints of Feijoa #ACCE95

Color information

#ACCE95 (or 0xACCE95) is unknown color: approx Feijoa. HEX triplet: AC, CE and 95. RGB value is (172,206,149). Sum of RGB (Red+Green+Blue) = 172+206+149=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCE95 is #53316A. Grayscale: #BDBDBD. Windows color (decimal): -5452139 or 9817772. OLE color: 9817772.

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

Color convert

RGB172206149-
CMYK0.1700.280.19
HSL95.79º36.77%69.61%-
HSV(B)95.79º27.67%80.78%-
XYZ44.5155.0836.72-
YUV189.34105.24115.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 206 (80.86% from 255) = 39.09%
BLUE value IS 149 (58.59% from 255) = 28.27%
R=32.64%
G=39.09%
B=28.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722061490.1700.280.1995.7936.7769.61
HexACCE951101C13602546
Octal254316225210342314045106
Binary101011001100111010010101100010111001001111000001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCE95; }

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

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

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

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

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

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

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

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