#ACDC81

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

Shades of Feijoa #ACDC81

Tints of Feijoa #ACDC81

Color information

#ACDC81 (or 0xACDC81) is unknown color: approx Feijoa. HEX triplet: AC, DC and 81. RGB value is (172,220,129). Sum of RGB (Red+Green+Blue) = 172+220+129=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDC81 is #53237E. Grayscale: #C3C3C3. Windows color (decimal): -5448575 or 8510636. OLE color: 8510636.

HSL color Cylindrical-coordinate representation of color #ACDC81: hue angle of 91.65º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACDC81 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB172220129-
CMYK0.2200.410.14
HSL91.65º56.52%68.43%-
HSV(B)91.65º41.36%86.27%-
XYZ46.5761.5430.19-
YUV195.2790.6111.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 220 (86.33% from 255) = 42.23%
BLUE value IS 129 (50.78% from 255) = 24.76%
R=33.01%
G=42.23%
B=24.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722201290.2200.410.1491.6556.5268.43
HexACDC8116029E5c3944
Octal254334201260511613471104
Binary101011001101110010000001101100101001111010111001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDC81; }

 p { color: rgb(172,220,129); }

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

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

 a { background-color: rgb(172,220,129); }

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

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

 span { border-color: rgb(172,220,129); }

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