#ACD792

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

Shades of Feijoa #ACD792

Tints of Feijoa #ACD792

Color information

#ACD792 (or 0xACD792) is unknown color: approx Feijoa. HEX triplet: AC, D7 and 92. RGB value is (172,215,146). Sum of RGB (Red+Green+Blue) = 172+215+146=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD792 is #53286D. Grayscale: #C2C2C2. Windows color (decimal): -5449838 or 9623468. OLE color: 9623468.

HSL color Cylindrical-coordinate representation of color #ACD792: hue angle of 97.39º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACD792 is Cyan = 0.2, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB172215146-
CMYK0.200.320.16
HSL97.39º46.31%70.78%-
HSV(B)97.39º32.09%84.31%-
XYZ46.559.4536.22-
YUV194.28100.75112.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.27%
GREEN value IS 215 (84.38% from 255) = 40.34%
BLUE value IS 146 (57.42% from 255) = 27.39%
R=32.27%
G=40.34%
B=27.39%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722151460.200.320.1697.3946.3170.78
HexACD7921402010612e47
Octal254327222240402014156107
Binary1010110011010111100100101010001000001000011000011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD792; }

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

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

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

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

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

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

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

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