Html Css Color HEX #ACD574 Feijoa

📋 copy color: '#ACD574'

red 172 ◦ green 213 ◦ blue 116

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

Shades of Feijoa #ACD574

Tints of Feijoa #ACD574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.15%

R = 34.33%
G = 42.51%
B = 23.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#ACD574 (or 0xACD574) is known color: Feijoa. HEX triplet: AC, D5 and 74. RGB value is (172,213,116). Sum of RGB (Red+Green+Blue) = 172+213+116=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD574 is #532A8B. Grayscale: #BEBEBE. Windows color (decimal): -5450380 or 7656876. OLE color: 7656876.

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

Color convert

RGB 172 213 116 -
CMYK 0.19 0 0.46 0.16
HSL 85.36º 0.54% 0.65% -
HSV(B) 85.36º 0.46% 0.84% -
XYZ 43.96 57.62 25.33 -
YUV 189.68 86.42 115.39 -
System Red Green Blue C M Y K H S L
Decimal 172 213 116 0.19 0 0.46 0.16 85.36 0.54 0.65
Hex AC D5 74 13 0 2E 10 55 36 41
Octal 254 325 164 23 0 56 20 125 66 101
Binary 10101100 11010101 1110100 10011 0 101110 10000 1010101 110110 1000001

Color Harmonies of #ACD574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD574

Black with #ACD574

Text Example


Text Example

White with #ACD574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD574; }

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

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

background-color css

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

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

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

border-color css

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

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

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