#ACCF93

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

Shades of Feijoa #ACCF93

Tints of Feijoa #ACCF93

Color information

#ACCF93 (or 0xACCF93) is unknown color: approx Feijoa. HEX triplet: AC, CF and 93. RGB value is (172,207,147). Sum of RGB (Red+Green+Blue) = 172+207+147=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCF93 is #53306C. Grayscale: #BDBDBD. Windows color (decimal): -5451885 or 9686956. OLE color: 9686956.

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

Color convert

RGB172207147-
CMYK0.1700.290.19
HSL95º38.46%69.41%-
HSV(B)95º28.99%81.18%-
XYZ44.5955.535.97-
YUV189.7103.9115.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 207 (81.25% from 255) = 39.35%
BLUE value IS 147 (57.81% from 255) = 27.95%
R=32.70%
G=39.35%
B=27.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722071470.1700.290.199538.4669.41
HexACCF931101D135f2645
Octal254317223210352313746105
Binary101011001100111110010011100010111011001110111111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCF93; }

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

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

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

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

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

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

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

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