#ACDF7E

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

Shades of Feijoa #ACDF7E

Tints of Feijoa #ACDF7E

Color information

#ACDF7E (or 0xACDF7E) is unknown color: approx Feijoa. HEX triplet: AC, DF and 7E. RGB value is (172,223,126). Sum of RGB (Red+Green+Blue) = 172+223+126=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF7E is #532081. Grayscale: #C5C5C5. Windows color (decimal): -5447810 or 8314796. OLE color: 8314796.

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

Color convert

RGB172223126-
CMYK0.2300.430.13
HSL91.55º60.25%68.43%-
HSV(B)91.55º43.5%87.45%-
XYZ47.1763.0529.42-
YUV196.6988.1110.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 223 (87.5% from 255) = 42.80%
BLUE value IS 126 (49.61% from 255) = 24.18%
R=33.01%
G=42.80%
B=24.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722231260.2300.430.1391.5560.2568.43
HexACDF7E1702BD5c3c44
Octal254337176270531513474104
Binary10101100110111111111110101110101011110110111001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDF7E; }

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

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

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

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

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

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

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

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