#ACD390

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

Shades of Feijoa #ACD390

Tints of Feijoa #ACD390

Color information

#ACD390 (or 0xACD390) is unknown color: approx Feijoa. HEX triplet: AC, D3 and 90. RGB value is (172,211,144). Sum of RGB (Red+Green+Blue) = 172+211+144=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD390 is #532C6F. Grayscale: #BFBFBF. Windows color (decimal): -5450864 or 9491372. OLE color: 9491372.

HSL color Cylindrical-coordinate representation of color #ACD390: hue angle of 94.93º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACD390 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB172211144-
CMYK0.1800.320.17
HSL94.93º43.23%69.61%-
HSV(B)94.93º31.75%82.75%-
XYZ45.3457.3735.07-
YUV191.7101.08113.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 211 (82.81% from 255) = 40.04%
BLUE value IS 144 (56.64% from 255) = 27.32%
R=32.64%
G=40.04%
B=27.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722111440.1800.320.1794.9343.2369.61
HexACD39012020115f2b46
Octal254323220220402113753106
Binary1010110011010011100100001001001000001000110111111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD390; }

 p { color: rgb(172,211,144); }

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

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

 a { background-color: rgb(172,211,144); }

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

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

 span { border-color: rgb(172,211,144); }

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