#ACD07C

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

Shades of Feijoa #ACD07C

Tints of Feijoa #ACD07C

Color information

#ACD07C (or 0xACD07C) is unknown color: approx Feijoa. HEX triplet: AC, D0 and 7C. RGB value is (172,208,124). Sum of RGB (Red+Green+Blue) = 172+208+124=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD07C is #532F83. Grayscale: #BBBBBB. Windows color (decimal): -5451652 or 8179884. OLE color: 8179884.

HSL color Cylindrical-coordinate representation of color #ACD07C: hue angle of 85.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACD07C is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB172208124-
CMYK0.1700.400.18
HSL85.71º47.19%65.1%-
HSV(B)85.71º40.38%81.57%-
XYZ43.2155.3427.47-
YUV187.6692.07116.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 208 (81.64% from 255) = 41.27%
BLUE value IS 124 (48.83% from 255) = 24.60%
R=34.13%
G=41.27%
B=24.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722081240.1700.400.1885.7147.1965.1
HexACD07C1102812562f41
Octal254320174210502212657101
Binary101011001101000011111001000101010001001010101101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD07C; }

 p { color: rgb(172,208,124); }

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

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

 a { background-color: rgb(172,208,124); }

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

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

 span { border-color: rgb(172,208,124); }

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