#ACD58A

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

Shades of Feijoa #ACD58A

Tints of Feijoa #ACD58A

Color information

#ACD58A (or 0xACD58A) is unknown color: approx Feijoa. HEX triplet: AC, D5 and 8A. RGB value is (172,213,138). Sum of RGB (Red+Green+Blue) = 172+213+138=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD58A is #532A75. Grayscale: #C0C0C0. Windows color (decimal): -5450358 or 9098668. OLE color: 9098668.

HSL color Cylindrical-coordinate representation of color #ACD58A: hue angle of 92.8º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACD58A is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB172213138-
CMYK0.1900.350.16
HSL92.8º47.17%68.82%-
HSV(B)92.8º35.21%83.53%-
XYZ45.3958.1932.88-
YUV192.1997.42113.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 213 (83.59% from 255) = 40.73%
BLUE value IS 138 (54.30% from 255) = 26.39%
R=32.89%
G=40.73%
B=26.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722131380.1900.350.1692.847.1768.82
HexACD58A13023105d2f45
Octal254325212230432013557105
Binary1010110011010101100010101001101000111000010111011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD58A; }

 p { color: rgb(172,213,138); }

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

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

 a { background-color: rgb(172,213,138); }

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

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

 span { border-color: rgb(172,213,138); }

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