#ACDC97

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

Shades of Feijoa #ACDC97

Tints of Feijoa #ACDC97

Color information

#ACDC97 (or 0xACDC97) is unknown color: approx Feijoa. HEX triplet: AC, DC and 97. RGB value is (172,220,151). Sum of RGB (Red+Green+Blue) = 172+220+151=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 151 (59.38% from 255 or 27.81% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDC97 is #532368. Grayscale: #C6C6C6. Windows color (decimal): -5448553 or 9952428. OLE color: 9952428.

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

Color convert

RGB172220151-
CMYK0.2200.310.14
HSL101.74º49.64%72.75%-
HSV(B)101.74º31.36%86.27%-
XYZ48.1962.1938.74-
YUV197.78101.6109.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 220 (86.33% from 255) = 40.52%
BLUE value IS 151 (59.38% from 255) = 27.81%
R=31.68%
G=40.52%
B=27.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722201510.2200.310.14101.7449.6472.75
HexACDC971601FE663249
Octal254334227260371614662111
Binary10101100110111001001011110110011111111011001101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDC97; }

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

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

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

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

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

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

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

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