Html Css Color HEX #ACD96D Conifer

📋 copy color: '#ACD96D'

red 172 ◦ green 217 ◦ blue 109

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

Shades of Conifer #ACD96D

Tints of Conifer #ACD96D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.57%

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

R = 34.54%
G = 43.57%
B = 21.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#ACD96D (or 0xACD96D) is known color: Conifer. HEX triplet: AC, D9 and 6D. RGB value is (172,217,109). Sum of RGB (Red+Green+Blue) = 172+217+109=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD96D is #532692. Grayscale: #BFBFBF. Windows color (decimal): -5449363 or 7199148. OLE color: 7199148.

HSL color Cylindrical-coordinate representation of color #ACD96D: hue angle of 85º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACD96D is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 109 -
CMYK 0.21 0 0.50 0.15
HSL 85º 0.59% 0.64% -
HSV(B) 85º 0.5% 0.85% -
XYZ 44.59 59.5 23.6 -
YUV 191.23 81.59 114.28 -
System Red Green Blue C M Y K H S L
Decimal 172 217 109 0.21 0 0.50 0.15 85 0.59 0.64
Hex AC D9 6D 15 0 32 F 55 3B 40
Octal 254 331 155 25 0 62 17 125 73 100
Binary 10101100 11011001 1101101 10101 0 110010 1111 1010101 111011 1000000

Color Harmonies of #ACD96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD96D

Black with #ACD96D

Text Example


Text Example

White with #ACD96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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