#ACD48E

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

Shades of Feijoa #ACD48E

Tints of Feijoa #ACD48E

Color information

#ACD48E (or 0xACD48E) is unknown color: approx Feijoa. HEX triplet: AC, D4 and 8E. RGB value is (172,212,142). Sum of RGB (Red+Green+Blue) = 172+212+142=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD48E is #532B71. Grayscale: #C0C0C0. Windows color (decimal): -5450610 or 9360556. OLE color: 9360556.

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

Color convert

RGB172212142-
CMYK0.1900.330.17
HSL94.29º44.87%69.41%-
HSV(B)94.29º33.02%83.14%-
XYZ45.4457.8134.35-
YUV192.0699.75113.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 212 (83.20% from 255) = 40.30%
BLUE value IS 142 (55.86% from 255) = 27.00%
R=32.70%
G=40.30%
B=27.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722121420.1900.330.1794.2944.8769.41
HexACD48E13021115e2d45
Octal254324216230412113655105
Binary1010110011010100100011101001101000011000110111101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD48E; }

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

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

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

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

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

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

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

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