#ACD775

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

Shades of Feijoa #ACD775

Tints of Feijoa #ACD775

Color information

#ACD775 (or 0xACD775) is unknown color: approx Feijoa. HEX triplet: AC, D7 and 75. RGB value is (172,215,117). Sum of RGB (Red+Green+Blue) = 172+215+117=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD775 is #53288A. Grayscale: #BFBFBF. Windows color (decimal): -5449867 or 7722924. OLE color: 7722924.

HSL color Cylindrical-coordinate representation of color #ACD775: hue angle of 86.33º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACD775 is Cyan = 0.2, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB172215117-
CMYK0.200.460.16
HSL86.33º55.06%65.1%-
HSV(B)86.33º45.58%84.31%-
XYZ44.5258.6625.8-
YUV190.9786.25114.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 215 (84.38% from 255) = 42.66%
BLUE value IS 117 (46.09% from 255) = 23.21%
R=34.13%
G=42.66%
B=23.21%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722151170.200.460.1686.3355.0665.1
HexACD7751402E10563741
Octal254327165240562012667101
Binary101011001101011111101011010001011101000010101101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD775; }

 p { color: rgb(172,215,117); }

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

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

 a { background-color: rgb(172,215,117); }

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

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

 span { border-color: rgb(172,215,117); }

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