#ACD28C

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

Shades of Feijoa #ACD28C

Tints of Feijoa #ACD28C

Color information

#ACD28C (or 0xACD28C) is unknown color: approx Feijoa. HEX triplet: AC, D2 and 8C. RGB value is (172,210,140). Sum of RGB (Red+Green+Blue) = 172+210+140=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD28C is #532D73. Grayscale: #BEBEBE. Windows color (decimal): -5451124 or 9228972. OLE color: 9228972.

HSL color Cylindrical-coordinate representation of color #ACD28C: hue angle of 92.57º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACD28C is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB172210140-
CMYK0.1800.330.18
HSL92.57º43.75%68.63%-
HSV(B)92.57º33.33%82.35%-
XYZ44.7956.7633.41-
YUV190.6699.41114.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 210 (82.42% from 255) = 40.23%
BLUE value IS 140 (55.08% from 255) = 26.82%
R=32.95%
G=40.23%
B=26.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722101400.1800.330.1892.5743.7568.63
HexACD28C12021125d2c45
Octal254322214220412213554105
Binary1010110011010010100011001001001000011001010111011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD28C; }

 p { color: rgb(172,210,140); }

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

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

 a { background-color: rgb(172,210,140); }

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

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

 span { border-color: rgb(172,210,140); }

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