Html Css Color HEX #ACDC89 Feijoa

📋 copy color: '#ACDC89'

red 172 ◦ green 220 ◦ blue 137

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

Shades of Feijoa #ACDC89

Tints of Feijoa #ACDC89

RGB

 RED value IS 172 (67.58% from 255) = 32.51%

 GREEN value IS 220 (86.33% from 255) = 41.59%

 BLUE value IS 137 (53.91% from 255) = 25.9%

R = 32.51%
G = 41.59%
B = 25.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#ACDC89 (or 0xACDC89) is known color: Feijoa. HEX triplet: AC, DC and 89. RGB value is (172,220,137). Sum of RGB (Red+Green+Blue) = 172+220+137=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDC89 is #532376. Grayscale: #C4C4C4. Windows color (decimal): -5448567 or 9034924. OLE color: 9034924.

HSL color Cylindrical-coordinate representation of color #ACDC89: hue angle of 94.7º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACDC89 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 220 137 -
CMYK 0.22 0 0.38 0.14
HSL 94.7º 0.54% 0.7% -
HSV(B) 94.7º 0.38% 0.86% -
XYZ 47.12 61.76 33.1 -
YUV 196.19 94.6 110.75 -
System Red Green Blue C M Y K H S L
Decimal 172 220 137 0.22 0 0.38 0.14 94.7 0.54 0.7
Hex AC DC 89 16 0 26 E 5F 36 46
Octal 254 334 211 26 0 46 16 137 66 106
Binary 10101100 11011100 10001001 10110 0 100110 1110 1011111 110110 1000110

Color Harmonies of #ACDC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC89

Black with #ACDC89

Text Example


Text Example

White with #ACDC89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC89; }

 p { color: rgb(172,220,137); }

 H1.HeaderClassName
 {
   color: #ACDC89;
 }
 .AnyTagClassName
 {
   color: #ACDC89;
 }
</style>

background-color css

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

 a { background-color: rgb(172,220,137); }

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

border-color css

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

 span { border-color: rgb(172,220,137); }

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