Html Css Color HEX #ACD576 Feijoa

📋 copy color: '#ACD576'

red 172 ◦ green 213 ◦ blue 118

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

Shades of Feijoa #ACD576

Tints of Feijoa #ACD576

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.35%

 BLUE value IS 118 (46.48% from 255) = 23.46%

R = 34.19%
G = 42.35%
B = 23.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#ACD576 (or 0xACD576) is known color: Feijoa. HEX triplet: AC, D5 and 76. RGB value is (172,213,118). Sum of RGB (Red+Green+Blue) = 172+213+118=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD576 is #532A89. Grayscale: #BEBEBE. Windows color (decimal): -5450378 or 7787948. OLE color: 7787948.

HSL color Cylindrical-coordinate representation of color #ACD576: hue angle of 85.89º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACD576 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 118 -
CMYK 0.19 0 0.45 0.16
HSL 85.89º 0.53% 0.65% -
HSV(B) 85.89º 0.45% 0.84% -
XYZ 44.08 57.67 25.95 -
YUV 189.91 87.42 115.22 -
System Red Green Blue C M Y K H S L
Decimal 172 213 118 0.19 0 0.45 0.16 85.89 0.53 0.65
Hex AC D5 76 13 0 2D 10 56 35 41
Octal 254 325 166 23 0 55 20 126 65 101
Binary 10101100 11010101 1110110 10011 0 101101 10000 1010110 110101 1000001

Color Harmonies of #ACD576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD576

Black with #ACD576

Text Example


Text Example

White with #ACD576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD576; }

 p { color: rgb(172,213,118); }

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

background-color css

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

 a { background-color: rgb(172,213,118); }

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

border-color css

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

 span { border-color: rgb(172,213,118); }

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