Html Css Color HEX #ACDC4A Conifer

📋 copy color: '#ACDC4A'

red 172 ◦ green 220 ◦ blue 74

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

Shades of Conifer #ACDC4A

Tints of Conifer #ACDC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.88%

R = 36.91%
G = 47.21%
B = 15.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#ACDC4A (or 0xACDC4A) is known color: Conifer. HEX triplet: AC, DC and 4A. RGB value is (172,220,74). Sum of RGB (Red+Green+Blue) = 172+220+74=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDC4A is #5323B5. Grayscale: #BDBDBD. Windows color (decimal): -5448630 or 4906156. OLE color: 4906156.

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

Color convert

RGB 172 220 74 -
CMYK 0.22 0 0.66 0.14
HSL 79.73º 0.68% 0.58% -
HSV(B) 79.73º 0.66% 0.86% -
XYZ 43.84 60.45 15.84 -
YUV 189 63.1 115.87 -
System Red Green Blue C M Y K H S L
Decimal 172 220 74 0.22 0 0.66 0.14 79.73 0.68 0.58
Hex AC DC 4A 16 0 42 E 50 44 3A
Octal 254 334 112 26 0 102 16 120 104 72
Binary 10101100 11011100 1001010 10110 0 1000010 1110 1010000 1000100 111010

Color Harmonies of #ACDC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC4A

Black with #ACDC4A

Text Example


Text Example

White with #ACDC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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