#ACCD85

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

Shades of Feijoa #ACCD85

Tints of Feijoa #ACCD85

Color information

#ACCD85 (or 0xACCD85) is unknown color: approx Feijoa. HEX triplet: AC, CD and 85. RGB value is (172,205,133). Sum of RGB (Red+Green+Blue) = 172+205+133=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCD85 is #53327A. Grayscale: #BBBBBB. Windows color (decimal): -5452411 or 8768940. OLE color: 8768940.

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

Color convert

RGB172205133-
CMYK0.1600.350.20
HSL87.5º41.86%66.27%-
HSV(B)87.5º35.12%80.39%-
XYZ43.0854.1330.37-
YUV186.9297.57117.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.73%
GREEN value IS 205 (80.47% from 255) = 40.20%
BLUE value IS 133 (52.34% from 255) = 26.08%
R=33.73%
G=40.20%
B=26.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051330.1600.350.2087.541.8666.27
HexACCD851002314582a42
Octal254315205200432413052102
Binary1010110011001101100001011000001000111010010110001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD85; }

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

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

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

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

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

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

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

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