Html Css Color HEX #ACDC77 Feijoa

📋 copy color: '#ACDC77'

red 172 ◦ green 220 ◦ blue 119

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

Shades of Feijoa #ACDC77

Tints of Feijoa #ACDC77

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.05%

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

R = 33.66%
G = 43.05%
B = 23.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#ACDC77 (or 0xACDC77) is known color: Feijoa. HEX triplet: AC, DC and 77. RGB value is (172,220,119). Sum of RGB (Red+Green+Blue) = 172+220+119=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC77 is #532388. Grayscale: #C2C2C2. Windows color (decimal): -5448585 or 7855276. OLE color: 7855276.

HSL color Cylindrical-coordinate representation of color #ACDC77: hue angle of 88.51º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACDC77 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 220 119 -
CMYK 0.22 0 0.46 0.14
HSL 88.51º 0.59% 0.66% -
HSV(B) 88.51º 0.46% 0.86% -
XYZ 45.94 61.29 26.86 -
YUV 194.13 85.6 112.21 -
System Red Green Blue C M Y K H S L
Decimal 172 220 119 0.22 0 0.46 0.14 88.51 0.59 0.66
Hex AC DC 77 16 0 2E E 59 3B 42
Octal 254 334 167 26 0 56 16 131 73 102
Binary 10101100 11011100 1110111 10110 0 101110 1110 1011001 111011 1000010

Color Harmonies of #ACDC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC77

Black with #ACDC77

Text Example


Text Example

White with #ACDC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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