Html Css Color HEX #ACDC73 Feijoa

📋 copy color: '#ACDC73'

red 172 ◦ green 220 ◦ blue 115

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

Shades of Feijoa #ACDC73

Tints of Feijoa #ACDC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.68%

R = 33.93%
G = 43.39%
B = 22.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#ACDC73 (or 0xACDC73) is known color: Feijoa. HEX triplet: AC, DC and 73. RGB value is (172,220,115). Sum of RGB (Red+Green+Blue) = 172+220+115=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC73 is #53238C. Grayscale: #C2C2C2. Windows color (decimal): -5448589 or 7593132. OLE color: 7593132.

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

Color convert

RGB 172 220 115 -
CMYK 0.22 0 0.48 0.14
HSL 87.43º 0.6% 0.66% -
HSV(B) 87.43º 0.48% 0.86% -
XYZ 45.7 61.19 25.62 -
YUV 193.68 83.6 112.54 -
System Red Green Blue C M Y K H S L
Decimal 172 220 115 0.22 0 0.48 0.14 87.43 0.6 0.66
Hex AC DC 73 16 0 30 E 57 3C 42
Octal 254 334 163 26 0 60 16 127 74 102
Binary 10101100 11011100 1110011 10110 0 110000 1110 1010111 111100 1000010

Color Harmonies of #ACDC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC73

Black with #ACDC73

Text Example


Text Example

White with #ACDC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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