#ACCF85

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

Shades of Feijoa #ACCF85

Tints of Feijoa #ACCF85

Color information

#ACCF85 (or 0xACCF85) is unknown color: approx Feijoa. HEX triplet: AC, CF and 85. RGB value is (172,207,133). Sum of RGB (Red+Green+Blue) = 172+207+133=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCF85 is #53307A. Grayscale: #BCBCBC. Windows color (decimal): -5451899 or 8769452. OLE color: 8769452.

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

Color convert

RGB172207133-
CMYK0.1700.360.19
HSL88.38º43.53%66.67%-
HSV(B)88.38º35.75%81.18%-
XYZ43.5655.0930.53-
YUV188.196.9116.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 207 (81.25% from 255) = 40.43%
BLUE value IS 133 (52.34% from 255) = 25.98%
R=33.59%
G=40.43%
B=25.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722071330.1700.360.1988.3843.5366.67
HexACCF851102413582c43
Octal254317205210442313054103
Binary1010110011001111100001011000101001001001110110001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCF85; }

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

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

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

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

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

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

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

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