#ACD56F

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

Shades of Feijoa #ACD56F

Tints of Feijoa #ACD56F

Color information

#ACD56F (or 0xACD56F) is unknown color: approx Feijoa. HEX triplet: AC, D5 and 6F. RGB value is (172,213,111). Sum of RGB (Red+Green+Blue) = 172+213+111=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD56F is #532A90. Grayscale: #BDBDBD. Windows color (decimal): -5450385 or 7329196. OLE color: 7329196.

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

Color convert

RGB172213111-
CMYK0.1900.480.16
HSL84.12º54.84%63.53%-
HSV(B)84.12º47.89%83.53%-
XYZ43.6857.5123.84-
YUV189.1183.92115.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 213 (83.59% from 255) = 42.94%
BLUE value IS 111 (43.75% from 255) = 22.38%
R=34.68%
G=42.94%
B=22.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722131110.1900.480.1684.1254.8463.53
HexACD56F1303010543740
Octal254325157230602012467100
Binary101011001101010111011111001101100001000010101001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD56F; }

 p { color: rgb(172,213,111); }

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

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

 a { background-color: rgb(172,213,111); }

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

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

 span { border-color: rgb(172,213,111); }

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