#ACD380

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

Shades of Feijoa #ACD380

Tints of Feijoa #ACD380

Color information

#ACD380 (or 0xACD380) is unknown color: approx Feijoa. HEX triplet: AC, D3 and 80. RGB value is (172,211,128). Sum of RGB (Red+Green+Blue) = 172+211+128=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD380 is #532C7F. Grayscale: #BEBEBE. Windows color (decimal): -5450880 or 8442796. OLE color: 8442796.

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

Color convert

RGB172211128-
CMYK0.1800.390.17
HSL88.19º48.54%66.47%-
HSV(B)88.19º39.34%82.75%-
XYZ44.256.9229.08-
YUV189.8893.08115.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 211 (82.81% from 255) = 41.29%
BLUE value IS 128 (50.39% from 255) = 25.05%
R=33.66%
G=41.29%
B=25.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722111280.1800.390.1788.1948.5466.47
HexACD3801202711583142
Octal254323200220472113061102
Binary1010110011010011100000001001001001111000110110001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD380; }

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

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

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

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

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

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

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

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