#ACD48A

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

Shades of Feijoa #ACD48A

Tints of Feijoa #ACD48A

Color information

#ACD48A (or 0xACD48A) is unknown color: approx Feijoa. HEX triplet: AC, D4 and 8A. RGB value is (172,212,138). Sum of RGB (Red+Green+Blue) = 172+212+138=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD48A is #532B75. Grayscale: #BFBFBF. Windows color (decimal): -5450614 or 9098412. OLE color: 9098412.

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

Color convert

RGB172212138-
CMYK0.1900.350.17
HSL92.43º46.25%68.63%-
HSV(B)92.43º34.91%83.14%-
XYZ45.1457.6932.8-
YUV191.697.75114.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 212 (83.20% from 255) = 40.61%
BLUE value IS 138 (54.30% from 255) = 26.44%
R=32.95%
G=40.61%
B=26.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722121380.1900.350.1792.4346.2568.63
HexACD48A13023115c2e45
Octal254324212230432113456105
Binary1010110011010100100010101001101000111000110111001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD48A; }

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

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

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

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

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

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

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

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