#acd477

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

Shades of Feijoa #ACD477

Tints of Feijoa #ACD477

Color information

#ACD477 (or 0xACD477) is unknown color: approx Feijoa. HEX triplet: AC, D4 and 77. RGB value is (172,212,119). Sum of RGB (Red+Green+Blue) = 172+212+119=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD477 is #532B88. Grayscale: #BDBDBD. Windows color (decimal): -5450633 or 7853228. OLE color: 7853228.

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

Color convert

RGB172212119-
CMYK0.1900.440.17
HSL85.81º51.96%64.9%-
HSV(B)85.81º43.87%83.14%-
XYZ43.8957.1926.18-
YUV189.4488.25115.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 212 (83.20% from 255) = 42.15%
BLUE value IS 119 (46.88% from 255) = 23.66%
R=34.19%
G=42.15%
B=23.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722121190.1900.440.1785.8151.9664.9
HexACD4771302C11563441
Octal254324167230542112664101
Binary101011001101010011101111001101011001000110101101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acd477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acd477; }

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

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

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

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

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

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

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

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