#ACCF99

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

Shades of Feijoa #ACCF99

Tints of Feijoa #ACCF99

Color information

#ACCF99 (or 0xACCF99) is unknown color: approx Feijoa. HEX triplet: AC, CF and 99. RGB value is (172,207,153). Sum of RGB (Red+Green+Blue) = 172+207+153=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCF99 is #533066. Grayscale: #BEBEBE. Windows color (decimal): -5451879 or 10080172. OLE color: 10080172.

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

Color convert

RGB172207153-
CMYK0.1700.260.19
HSL98.89º36%70.59%-
HSV(B)98.89º26.09%81.18%-
XYZ45.0855.738.51-
YUV190.38106.9114.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.33%
GREEN value IS 207 (81.25% from 255) = 38.91%
BLUE value IS 153 (60.16% from 255) = 28.76%
R=32.33%
G=38.91%
B=28.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722071530.1700.260.1998.893670.59
HexACCF991101A13632447
Octal254317231210322314344107
Binary101011001100111110011001100010110101001111000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCF99; }

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

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

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

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

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

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

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

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