#ACD680

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

Shades of Feijoa #ACD680

Tints of Feijoa #ACD680

Color information

#ACD680 (or 0xACD680) is unknown color: approx Feijoa. HEX triplet: AC, D6 and 80. RGB value is (172,214,128). Sum of RGB (Red+Green+Blue) = 172+214+128=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD680 is #53297F. Grayscale: #BFBFBF. Windows color (decimal): -5450112 or 8443564. OLE color: 8443564.

HSL color Cylindrical-coordinate representation of color #ACD680: hue angle of 89.3º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACD680 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB172214128-
CMYK0.2000.400.16
HSL89.3º51.19%67.06%-
HSV(B)89.3º40.19%83.92%-
XYZ44.9658.4229.33-
YUV191.6492.09113.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.46%
GREEN value IS 214 (83.98% from 255) = 41.63%
BLUE value IS 128 (50.39% from 255) = 24.90%
R=33.46%
G=41.63%
B=24.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722141280.2000.400.1689.351.1967.06
HexACD6801402810593343
Octal254326200240502013163103
Binary1010110011010110100000001010001010001000010110011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD680; }

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

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

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

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

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

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

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

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