Html Css Color HEX #ACDC64 Conifer

📋 copy color: '#ACDC64'

red 172 ◦ green 220 ◦ blue 100

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

Shades of Conifer #ACDC64

Tints of Conifer #ACDC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.33%

R = 34.96%
G = 44.72%
B = 20.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#ACDC64 (or 0xACDC64) is known color: Conifer. HEX triplet: AC, DC and 64. RGB value is (172,220,100). Sum of RGB (Red+Green+Blue) = 172+220+100=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC64 is #53239B. Grayscale: #C0C0C0. Windows color (decimal): -5448604 or 6610092. OLE color: 6610092.

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

Color convert

RGB 172 220 100 -
CMYK 0.22 0 0.55 0.14
HSL 84º 0.63% 0.63% -
HSV(B) 84º 0.55% 0.86% -
XYZ 44.91 60.88 21.44 -
YUV 191.97 76.1 113.76 -
System Red Green Blue C M Y K H S L
Decimal 172 220 100 0.22 0 0.55 0.14 84 0.63 0.63
Hex AC DC 64 16 0 37 E 54 3F 3F
Octal 254 334 144 26 0 67 16 124 77 77
Binary 10101100 11011100 1100100 10110 0 110111 1110 1010100 111111 111111

Color Harmonies of #ACDC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC64

Black with #ACDC64

Text Example


Text Example

White with #ACDC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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