Html Css Color HEX #ACDC70 Feijoa

📋 copy color: '#ACDC70'

red 172 ◦ green 220 ◦ blue 112

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

Shades of Feijoa #ACDC70

Tints of Feijoa #ACDC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.22%

R = 34.13%
G = 43.65%
B = 22.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#ACDC70 (or 0xACDC70) is known color: Feijoa. HEX triplet: AC, DC and 70. RGB value is (172,220,112). Sum of RGB (Red+Green+Blue) = 172+220+112=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC70 is #53238F. Grayscale: #C1C1C1. Windows color (decimal): -5448592 or 7396524. OLE color: 7396524.

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

Color convert

RGB 172 220 112 -
CMYK 0.22 0 0.49 0.14
HSL 86.67º 0.61% 0.65% -
HSV(B) 86.67º 0.49% 0.86% -
XYZ 45.53 61.13 24.73 -
YUV 193.34 82.1 112.78 -
System Red Green Blue C M Y K H S L
Decimal 172 220 112 0.22 0 0.49 0.14 86.67 0.61 0.65
Hex AC DC 70 16 0 31 E 57 3D 41
Octal 254 334 160 26 0 61 16 127 75 101
Binary 10101100 11011100 1110000 10110 0 110001 1110 1010111 111101 1000001

Color Harmonies of #ACDC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC70

Black with #ACDC70

Text Example


Text Example

White with #ACDC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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