#ACCA8E

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

Shades of Feijoa #ACCA8E

Tints of Feijoa #ACCA8E

Color information

#ACCA8E (or 0xACCA8E) is unknown color: approx Feijoa. HEX triplet: AC, CA and 8E. RGB value is (172,202,142). Sum of RGB (Red+Green+Blue) = 172+202+142=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCA8E is #533571. Grayscale: #BABABA. Windows color (decimal): -5453170 or 9357996. OLE color: 9357996.

HSL color Cylindrical-coordinate representation of color #ACCA8E: hue angle of 90º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACCA8E is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB172202142-
CMYK0.1500.300.21
HSL90º36.14%67.45%-
HSV(B)90º29.7%79.22%-
XYZ43.0252.9633.55-
YUV186.19103.06117.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 202 (79.30% from 255) = 39.15%
BLUE value IS 142 (55.86% from 255) = 27.52%
R=33.33%
G=39.15%
B=27.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021420.1500.300.219036.1467.45
HexACCA8EF01E155a2443
Octal254312216170362513244103
Binary10101100110010101000111011110111101010110110101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA8E; }

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

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

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

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

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

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

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

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