Html Css Color HEX #ACDC74 Feijoa

📋 copy color: '#ACDC74'

red 172 ◦ green 220 ◦ blue 116

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

Shades of Feijoa #ACDC74

Tints of Feijoa #ACDC74

RGB

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

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

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

R = 33.86%
G = 43.31%
B = 22.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#ACDC74 (or 0xACDC74) is known color: Feijoa. HEX triplet: AC, DC and 74. RGB value is (172,220,116). Sum of RGB (Red+Green+Blue) = 172+220+116=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC74 is #53238B. Grayscale: #C2C2C2. Windows color (decimal): -5448588 or 7658668. OLE color: 7658668.

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

Color convert

RGB 172 220 116 -
CMYK 0.22 0 0.47 0.14
HSL 87.69º 0.6% 0.66% -
HSV(B) 87.69º 0.47% 0.86% -
XYZ 45.76 61.22 25.93 -
YUV 193.79 84.1 112.46 -
System Red Green Blue C M Y K H S L
Decimal 172 220 116 0.22 0 0.47 0.14 87.69 0.6 0.66
Hex AC DC 74 16 0 2F E 58 3C 42
Octal 254 334 164 26 0 57 16 130 74 102
Binary 10101100 11011100 1110100 10110 0 101111 1110 1011000 111100 1000010

Color Harmonies of #ACDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC74

Black with #ACDC74

Text Example


Text Example

White with #ACDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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