Html Css Color HEX #ACDC6D Conifer

📋 copy color: '#ACDC6D'

red 172 ◦ green 220 ◦ blue 109

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

Shades of Conifer #ACDC6D

Tints of Conifer #ACDC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.76%

R = 34.33%
G = 43.91%
B = 21.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#ACDC6D (or 0xACDC6D) is known color: Conifer. HEX triplet: AC, DC and 6D. RGB value is (172,220,109). Sum of RGB (Red+Green+Blue) = 172+220+109=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC6D is #532392. Grayscale: #C1C1C1. Windows color (decimal): -5448595 or 7199916. OLE color: 7199916.

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

Color convert

RGB 172 220 109 -
CMYK 0.22 0 0.50 0.14
HSL 85.95º 0.61% 0.65% -
HSV(B) 85.95º 0.5% 0.86% -
XYZ 45.37 61.06 23.86 -
YUV 192.99 80.6 113.03 -
System Red Green Blue C M Y K H S L
Decimal 172 220 109 0.22 0 0.50 0.14 85.95 0.61 0.65
Hex AC DC 6D 16 0 32 E 56 3D 41
Octal 254 334 155 26 0 62 16 126 75 101
Binary 10101100 11011100 1101101 10110 0 110010 1110 1010110 111101 1000001

Color Harmonies of #ACDC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC6D

Black with #ACDC6D

Text Example


Text Example

White with #ACDC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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