Html Css Color HEX #ACDC80 Feijoa

📋 copy color: '#ACDC80'

red 172 ◦ green 220 ◦ blue 128

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

Shades of Feijoa #ACDC80

Tints of Feijoa #ACDC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.62%

R = 33.08%
G = 42.31%
B = 24.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#ACDC80 (or 0xACDC80) is known color: Feijoa. HEX triplet: AC, DC and 80. RGB value is (172,220,128). Sum of RGB (Red+Green+Blue) = 172+220+128=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDC80 is #53237F. Grayscale: #C3C3C3. Windows color (decimal): -5448576 or 8445100. OLE color: 8445100.

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

Color convert

RGB 172 220 128 -
CMYK 0.22 0 0.42 0.14
HSL 91.3º 0.57% 0.68% -
HSV(B) 91.3º 0.42% 0.86% -
XYZ 46.5 61.52 29.84 -
YUV 195.16 90.1 111.48 -
System Red Green Blue C M Y K H S L
Decimal 172 220 128 0.22 0 0.42 0.14 91.3 0.57 0.68
Hex AC DC 80 16 0 2A E 5B 39 44
Octal 254 334 200 26 0 52 16 133 71 104
Binary 10101100 11011100 10000000 10110 0 101010 1110 1011011 111001 1000100

Color Harmonies of #ACDC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC80

Black with #ACDC80

Text Example


Text Example

White with #ACDC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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