Html Css Color HEX #ACD478 Feijoa

📋 copy color: '#ACD478'

red 172 ◦ green 212 ◦ blue 120

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

Shades of Feijoa #ACD478

Tints of Feijoa #ACD478

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.06%

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

R = 34.13%
G = 42.06%
B = 23.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#ACD478 (or 0xACD478) is known color: Feijoa. HEX triplet: AC, D4 and 78. RGB value is (172,212,120). Sum of RGB (Red+Green+Blue) = 172+212+120=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD478 is #532B87. Grayscale: #BDBDBD. Windows color (decimal): -5450632 or 7918764. OLE color: 7918764.

HSL color Cylindrical-coordinate representation of color #ACD478: hue angle of 86.09º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACD478 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 120 -
CMYK 0.19 0 0.43 0.17
HSL 86.09º 0.52% 0.65% -
HSV(B) 86.09º 0.43% 0.83% -
XYZ 43.95 57.21 26.5 -
YUV 189.55 88.75 115.48 -
System Red Green Blue C M Y K H S L
Decimal 172 212 120 0.19 0 0.43 0.17 86.09 0.52 0.65
Hex AC D4 78 13 0 2B 11 56 34 41
Octal 254 324 170 23 0 53 21 126 64 101
Binary 10101100 11010100 1111000 10011 0 101011 10001 1010110 110100 1000001

Color Harmonies of #ACD478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD478

Black with #ACD478

Text Example


Text Example

White with #ACD478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD478; }

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

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

background-color css

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

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

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

border-color css

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

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

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