#ACDA74

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

Shades of Feijoa #ACDA74

Tints of Feijoa #ACDA74

Color information

#ACDA74 (or 0xACDA74) is unknown color: approx Feijoa. HEX triplet: AC, DA and 74. RGB value is (172,218,116). Sum of RGB (Red+Green+Blue) = 172+218+116=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDA74 is #53258B. Grayscale: #C0C0C0. Windows color (decimal): -5449100 or 7658156. OLE color: 7658156.

HSL color Cylindrical-coordinate representation of color #ACDA74: hue angle of 87.06º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACDA74 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB172218116-
CMYK0.2100.470.15
HSL87.06º57.95%65.49%-
HSV(B)87.06º46.79%85.49%-
XYZ45.2460.1725.75-
YUV192.6284.76113.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 218 (85.55% from 255) = 43.08%
BLUE value IS 116 (45.70% from 255) = 22.92%
R=33.99%
G=43.08%
B=22.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722181160.2100.470.1587.0657.9565.49
HexACDA741502FF573a41
Octal254332164250571712772101
Binary10101100110110101110100101010101111111110101111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDA74; }

 p { color: rgb(172,218,116); }

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

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

 a { background-color: rgb(172,218,116); }

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

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

 span { border-color: rgb(172,218,116); }

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