Html Css Color HEX #ACD56F Feijoa

📋 copy color: '#ACD56F'

red 172 ◦ green 213 ◦ blue 111

#ACD56F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #ACD56F

Tints of Feijoa #ACD56F

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 value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#ACD56F (or 0xACD56F) is known color: 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

RGB 172 213 111 -
CMYK 0.19 0 0.48 0.16
HSL 84.12º 0.55% 0.64% -
HSV(B) 84.12º 0.48% 0.84% -
XYZ 43.68 57.51 23.84 -
YUV 189.11 83.92 115.79 -
System Red Green Blue C M Y K H S L
Decimal 172 213 111 0.19 0 0.48 0.16 84.12 0.55 0.64
Hex AC D5 6F 13 0 30 10 54 37 40
Octal 254 325 157 23 0 60 20 124 67 100
Binary 10101100 11010101 1101111 10011 0 110000 10000 1010100 110111 1000000

Color Harmonies of #ACD56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD56F

Black with #ACD56F

Text Example


Text Example

White with #ACD56F

Text Example


Text Example

HTML Codes & Css Web 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>