#ACCD8C

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

Shades of Feijoa #ACCD8C

Tints of Feijoa #ACCD8C

Color information

#ACCD8C (or 0xACCD8C) is unknown color: approx Feijoa. HEX triplet: AC, CD and 8C. RGB value is (172,205,140). Sum of RGB (Red+Green+Blue) = 172+205+140=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCD8C is #533273. Grayscale: #BBBBBB. Windows color (decimal): -5452404 or 9227692. OLE color: 9227692.

HSL color Cylindrical-coordinate representation of color #ACCD8C: hue angle of 90.46º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACCD8C is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB172205140-
CMYK0.1600.320.20
HSL90.46º39.39%67.65%-
HSV(B)90.46º31.71%80.39%-
XYZ43.5854.3333-
YUV187.72101.07116.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 205 (80.47% from 255) = 39.65%
BLUE value IS 140 (55.08% from 255) = 27.08%
R=33.27%
G=39.65%
B=27.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051400.1600.320.2090.4639.3967.65
HexACCD8C10020145a2744
Octal254315214200402413247104
Binary1010110011001101100011001000001000001010010110101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD8C; }

 p { color: rgb(172,205,140); }

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

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

 a { background-color: rgb(172,205,140); }

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

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

 span { border-color: rgb(172,205,140); }

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