#ACD683

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

Shades of Feijoa #ACD683

Tints of Feijoa #ACD683

Color information

#ACD683 (or 0xACD683) is unknown color: approx Feijoa. HEX triplet: AC, D6 and 83. RGB value is (172,214,131). Sum of RGB (Red+Green+Blue) = 172+214+131=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD683 is #53297C. Grayscale: #C0C0C0. Windows color (decimal): -5450109 or 8640172. OLE color: 8640172.

HSL color Cylindrical-coordinate representation of color #ACD683: hue angle of 90.36º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACD683 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB172214131-
CMYK0.2000.390.16
HSL90.36º50.3%67.65%-
HSV(B)90.36º38.79%83.92%-
XYZ45.1658.530.38-
YUV191.9893.59113.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 214 (83.98% from 255) = 41.39%
BLUE value IS 131 (51.56% from 255) = 25.34%
R=33.27%
G=41.39%
B=25.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722141310.2000.390.1690.3650.367.65
HexACD68314027105a3244
Octal254326203240472013262104
Binary1010110011010110100000111010001001111000010110101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD683; }

 p { color: rgb(172,214,131); }

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

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

 a { background-color: rgb(172,214,131); }

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

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

 span { border-color: rgb(172,214,131); }

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