#ACD48F

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

Shades of Feijoa #ACD48F

Tints of Feijoa #ACD48F

Color information

#ACD48F (or 0xACD48F) is unknown color: approx Feijoa. HEX triplet: AC, D4 and 8F. RGB value is (172,212,143). Sum of RGB (Red+Green+Blue) = 172+212+143=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD48F is #532B70. Grayscale: #C0C0C0. Windows color (decimal): -5450609 or 9426092. OLE color: 9426092.

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

Color convert

RGB172212143-
CMYK0.1900.330.17
HSL94.78º44.52%69.61%-
HSV(B)94.78º32.55%83.14%-
XYZ45.5157.8434.75-
YUV192.17100.25113.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 212 (83.20% from 255) = 40.23%
BLUE value IS 143 (56.25% from 255) = 27.13%
R=32.64%
G=40.23%
B=27.13%

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
Decimal1722121430.1900.330.1794.7844.5269.61
HexACD48F13021115f2d46
Octal254324217230412113755106
Binary1010110011010100100011111001101000011000110111111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD48F; }

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

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

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

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

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

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

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

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