Html Css Color HEX #ACDC6A Conifer

📋 copy color: '#ACDC6A'

red 172 ◦ green 220 ◦ blue 106

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

Shades of Conifer #ACDC6A

Tints of Conifer #ACDC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.29%

R = 34.54%
G = 44.18%
B = 21.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#ACDC6A (or 0xACDC6A) is known color: Conifer. HEX triplet: AC, DC and 6A. RGB value is (172,220,106). Sum of RGB (Red+Green+Blue) = 172+220+106=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC6A is #532395. Grayscale: #C1C1C1. Windows color (decimal): -5448598 or 7003308. OLE color: 7003308.

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

Color convert

RGB 172 220 106 -
CMYK 0.22 0 0.52 0.14
HSL 85.26º 0.62% 0.64% -
HSV(B) 85.26º 0.52% 0.86% -
XYZ 45.21 61 23.03 -
YUV 192.65 79.1 113.27 -
System Red Green Blue C M Y K H S L
Decimal 172 220 106 0.22 0 0.52 0.14 85.26 0.62 0.64
Hex AC DC 6A 16 0 34 E 55 3E 40
Octal 254 334 152 26 0 64 16 125 76 100
Binary 10101100 11011100 1101010 10110 0 110100 1110 1010101 111110 1000000

Color Harmonies of #ACDC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC6A

Black with #ACDC6A

Text Example


Text Example

White with #ACDC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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