Html Css Color HEX #ACDC94 Feijoa

📋 copy color: '#ACDC94'

red 172 ◦ green 220 ◦ blue 148

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

Shades of Feijoa #ACDC94

Tints of Feijoa #ACDC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.41%

R = 31.85%
G = 40.74%
B = 27.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#ACDC94 (or 0xACDC94) is known color: Feijoa. HEX triplet: AC, DC and 94. RGB value is (172,220,148). Sum of RGB (Red+Green+Blue) = 172+220+148=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDC94 is #53236B. Grayscale: #C5C5C5. Windows color (decimal): -5448556 or 9755820. OLE color: 9755820.

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

Color convert

RGB 172 220 148 -
CMYK 0.22 0 0.33 0.14
HSL 100º 0.51% 0.72% -
HSV(B) 100º 0.33% 0.86% -
XYZ 47.95 62.1 37.48 -
YUV 197.44 100.1 109.85 -
System Red Green Blue C M Y K H S L
Decimal 172 220 148 0.22 0 0.33 0.14 100 0.51 0.72
Hex AC DC 94 16 0 21 E 64 33 48
Octal 254 334 224 26 0 41 16 144 63 110
Binary 10101100 11011100 10010100 10110 0 100001 1110 1100100 110011 1001000

Color Harmonies of #ACDC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC94

Black with #ACDC94

Text Example


Text Example

White with #ACDC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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