Html Css Color HEX #ACD578 Feijoa

📋 copy color: '#ACD578'

red 172 ◦ green 213 ◦ blue 120

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

Shades of Feijoa #ACD578

Tints of Feijoa #ACD578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.76%

R = 34.06%
G = 42.18%
B = 23.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#ACD578 (or 0xACD578) is known color: Feijoa. HEX triplet: AC, D5 and 78. RGB value is (172,213,120). Sum of RGB (Red+Green+Blue) = 172+213+120=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD578 is #532A87. Grayscale: #BEBEBE. Windows color (decimal): -5450376 or 7919020. OLE color: 7919020.

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

Color convert

RGB 172 213 120 -
CMYK 0.19 0 0.44 0.16
HSL 86.45º 0.53% 0.65% -
HSV(B) 86.45º 0.44% 0.84% -
XYZ 44.2 57.72 26.58 -
YUV 190.14 88.42 115.06 -
System Red Green Blue C M Y K H S L
Decimal 172 213 120 0.19 0 0.44 0.16 86.45 0.53 0.65
Hex AC D5 78 13 0 2C 10 56 35 41
Octal 254 325 170 23 0 54 20 126 65 101
Binary 10101100 11010101 1111000 10011 0 101100 10000 1010110 110101 1000001

Color Harmonies of #ACD578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD578

Black with #ACD578

Text Example


Text Example

White with #ACD578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD578; }

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

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

background-color css

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

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

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

border-color css

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

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

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