#ACD392

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

Shades of Feijoa #ACD392

Tints of Feijoa #ACD392

Color information

#ACD392 (or 0xACD392) is unknown color: approx Feijoa. HEX triplet: AC, D3 and 92. RGB value is (172,211,146). Sum of RGB (Red+Green+Blue) = 172+211+146=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD392 is #532C6D. Grayscale: #C0C0C0. Windows color (decimal): -5450862 or 9622444. OLE color: 9622444.

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

Color convert

RGB172211146-
CMYK0.1800.310.17
HSL96º42.48%70%-
HSV(B)96º30.81%82.75%-
XYZ45.557.4335.88-
YUV191.93102.08113.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 211 (82.81% from 255) = 39.89%
BLUE value IS 146 (57.42% from 255) = 27.60%
R=32.51%
G=39.89%
B=27.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722111460.1800.310.179642.4870
HexACD3921201F11602a46
Octal254323222220372114052106
Binary101011001101001110010010100100111111000111000001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD392; }

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

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

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

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

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

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

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

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