#ACDF7C

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

Shades of Feijoa #ACDF7C

Tints of Feijoa #ACDF7C

Color information

#ACDF7C (or 0xACDF7C) is unknown color: approx Feijoa. HEX triplet: AC, DF and 7C. RGB value is (172,223,124). Sum of RGB (Red+Green+Blue) = 172+223+124=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF7C is #532083. Grayscale: #C4C4C4. Windows color (decimal): -5447812 or 8183724. OLE color: 8183724.

HSL color Cylindrical-coordinate representation of color #ACDF7C: hue angle of 90.91º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACDF7C is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB172223124-
CMYK0.2300.440.13
HSL90.91º60.74%68.04%-
HSV(B)90.91º44.39%87.45%-
XYZ47.046328.75-
YUV196.4687.1110.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 223 (87.5% from 255) = 42.97%
BLUE value IS 124 (48.83% from 255) = 23.89%
R=33.14%
G=42.97%
B=23.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722231240.2300.440.1390.9160.7468.04
HexACDF7C1702CD5b3d44
Octal254337174270541513375104
Binary10101100110111111111100101110101100110110110111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDF7C; }

 p { color: rgb(172,223,124); }

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

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

 a { background-color: rgb(172,223,124); }

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

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

 span { border-color: rgb(172,223,124); }

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