Html Css Color HEX #ACDC84 Feijoa

📋 copy color: '#ACDC84'

red 172 ◦ green 220 ◦ blue 132

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

Shades of Feijoa #ACDC84

Tints of Feijoa #ACDC84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.19%

R = 32.82%
G = 41.98%
B = 25.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#ACDC84 (or 0xACDC84) is known color: Feijoa. HEX triplet: AC, DC and 84. RGB value is (172,220,132). Sum of RGB (Red+Green+Blue) = 172+220+132=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDC84 is #53237B. Grayscale: #C3C3C3. Windows color (decimal): -5448572 or 8707244. OLE color: 8707244.

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

Color convert

RGB 172 220 132 -
CMYK 0.22 0 0.40 0.14
HSL 92.73º 0.56% 0.69% -
HSV(B) 92.73º 0.4% 0.86% -
XYZ 46.77 61.62 31.26 -
YUV 195.62 92.1 111.16 -
System Red Green Blue C M Y K H S L
Decimal 172 220 132 0.22 0 0.40 0.14 92.73 0.56 0.69
Hex AC DC 84 16 0 28 E 5D 38 45
Octal 254 334 204 26 0 50 16 135 70 105
Binary 10101100 11011100 10000100 10110 0 101000 1110 1011101 111000 1000101

Color Harmonies of #ACDC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC84

Black with #ACDC84

Text Example


Text Example

White with #ACDC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC84; }

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

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

background-color css

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

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

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

border-color css

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

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

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