Html Css Color HEX #ACDC86 Feijoa

📋 copy color: '#ACDC86'

red 172 ◦ green 220 ◦ blue 134

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

Shades of Feijoa #ACDC86

Tints of Feijoa #ACDC86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.48%

R = 32.7%
G = 41.83%
B = 25.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#ACDC86 (or 0xACDC86) is known color: Feijoa. HEX triplet: AC, DC and 86. RGB value is (172,220,134). Sum of RGB (Red+Green+Blue) = 172+220+134=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDC86 is #532379. Grayscale: #C4C4C4. Windows color (decimal): -5448570 or 8838316. OLE color: 8838316.

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

Color convert

RGB 172 220 134 -
CMYK 0.22 0 0.39 0.14
HSL 93.49º 0.55% 0.69% -
HSV(B) 93.49º 0.39% 0.86% -
XYZ 46.91 61.68 31.99 -
YUV 195.84 93.1 110.99 -
System Red Green Blue C M Y K H S L
Decimal 172 220 134 0.22 0 0.39 0.14 93.49 0.55 0.69
Hex AC DC 86 16 0 27 E 5D 37 45
Octal 254 334 206 26 0 47 16 135 67 105
Binary 10101100 11011100 10000110 10110 0 100111 1110 1011101 110111 1000101

Color Harmonies of #ACDC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC86

Black with #ACDC86

Text Example


Text Example

White with #ACDC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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