Html Css Color HEX #ACD980 Feijoa

📋 copy color: '#ACD980'

red 172 ◦ green 217 ◦ blue 128

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

Shades of Feijoa #ACD980

Tints of Feijoa #ACD980

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.97%

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

R = 33.27%
G = 41.97%
B = 24.76%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#ACD980 (or 0xACD980) is known color: Feijoa. HEX triplet: AC, D9 and 80. RGB value is (172,217,128). Sum of RGB (Red+Green+Blue) = 172+217+128=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD980 is #53267F. Grayscale: #C1C1C1. Windows color (decimal): -5449344 or 8444332. OLE color: 8444332.

HSL color Cylindrical-coordinate representation of color #ACD980: hue angle of 90.34º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACD980 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 128 -
CMYK 0.21 0 0.41 0.15
HSL 90.34º 0.54% 0.68% -
HSV(B) 90.34º 0.41% 0.85% -
XYZ 45.72 59.95 29.58 -
YUV 193.4 91.09 112.74 -
System Red Green Blue C M Y K H S L
Decimal 172 217 128 0.21 0 0.41 0.15 90.34 0.54 0.68
Hex AC D9 80 15 0 29 F 5A 36 44
Octal 254 331 200 25 0 51 17 132 66 104
Binary 10101100 11011001 10000000 10101 0 101001 1111 1011010 110110 1000100

Color Harmonies of #ACD980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD980

Black with #ACD980

Text Example


Text Example

White with #ACD980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD980; }

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

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

background-color css

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

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

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

border-color css

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

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

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