Html Css Color HEX #ACD577 Feijoa

📋 copy color: '#ACD577'

red 172 ◦ green 213 ◦ blue 119

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

Shades of Feijoa #ACD577

Tints of Feijoa #ACD577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.61%

R = 34.13%
G = 42.26%
B = 23.61%

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

#ACD577 (or 0xACD577) is known color: Feijoa. HEX triplet: AC, D5 and 77. RGB value is (172,213,119). Sum of RGB (Red+Green+Blue) = 172+213+119=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD577 is #532A88. Grayscale: #BEBEBE. Windows color (decimal): -5450377 or 7853484. OLE color: 7853484.

HSL color Cylindrical-coordinate representation of color #ACD577: hue angle of 86.17º 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 #ACD577 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 119 -
CMYK 0.19 0 0.44 0.16
HSL 86.17º 0.53% 0.65% -
HSV(B) 86.17º 0.44% 0.84% -
XYZ 44.14 57.69 26.26 -
YUV 190.03 87.92 115.14 -
System Red Green Blue C M Y K H S L
Decimal 172 213 119 0.19 0 0.44 0.16 86.17 0.53 0.65
Hex AC D5 77 13 0 2C 10 56 35 41
Octal 254 325 167 23 0 54 20 126 65 101
Binary 10101100 11010101 1110111 10011 0 101100 10000 1010110 110101 1000001

Color Harmonies of #ACD577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD577

Black with #ACD577

Text Example


Text Example

White with #ACD577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD577; }

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

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

background-color css

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

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

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

border-color css

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

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

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