Html Css Color HEX #ACDD80 Feijoa

📋 copy color: '#ACDD80'

red 172 ◦ green 221 ◦ blue 128

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

Shades of Feijoa #ACDD80

Tints of Feijoa #ACDD80

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.42%

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

R = 33.01%
G = 42.42%
B = 24.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#ACDD80 (or 0xACDD80) is known color: Feijoa. HEX triplet: AC, DD and 80. RGB value is (172,221,128). Sum of RGB (Red+Green+Blue) = 172+221+128=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD80 is #53227F. Grayscale: #C4C4C4. Windows color (decimal): -5448320 or 8445356. OLE color: 8445356.

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

Color convert

RGB 172 221 128 -
CMYK 0.22 0 0.42 0.13
HSL 91.61º 0.58% 0.68% -
HSV(B) 91.61º 0.42% 0.87% -
XYZ 46.77 62.04 29.93 -
YUV 195.75 89.77 111.06 -
System Red Green Blue C M Y K H S L
Decimal 172 221 128 0.22 0 0.42 0.13 91.61 0.58 0.68
Hex AC DD 80 16 0 2A D 5C 3A 44
Octal 254 335 200 26 0 52 15 134 72 104
Binary 10101100 11011101 10000000 10110 0 101010 1101 1011100 111010 1000100

Color Harmonies of #ACDD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD80

Black with #ACDD80

Text Example


Text Example

White with #ACDD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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