#ACCF94

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

Shades of Feijoa #ACCF94

Tints of Feijoa #ACCF94

Color information

#ACCF94 (or 0xACCF94) is unknown color: approx Feijoa. HEX triplet: AC, CF and 94. RGB value is (172,207,148). Sum of RGB (Red+Green+Blue) = 172+207+148=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCF94 is #53306B. Grayscale: #BEBEBE. Windows color (decimal): -5451884 or 9752492. OLE color: 9752492.

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

Color convert

RGB172207148-
CMYK0.1700.290.19
HSL95.59º38.06%69.61%-
HSV(B)95.59º28.5%81.18%-
XYZ44.6755.5336.38-
YUV189.81104.4115.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 207 (81.25% from 255) = 39.28%
BLUE value IS 148 (58.20% from 255) = 28.08%
R=32.64%
G=39.28%
B=28.08%

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
Decimal1722071480.1700.290.1995.5938.0669.61
HexACCF941101D13602646
Octal254317224210352314046106
Binary101011001100111110010100100010111011001111000001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCF94; }

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

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

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

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

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

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

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

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