Html Css Color HEX #ACD76D Conifer

📋 copy color: '#ACD76D'

red 172 ◦ green 215 ◦ blue 109

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

Shades of Conifer #ACD76D

Tints of Conifer #ACD76D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.35%

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

R = 34.68%
G = 43.35%
B = 21.98%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#ACD76D (or 0xACD76D) is known color: Conifer. HEX triplet: AC, D7 and 6D. RGB value is (172,215,109). Sum of RGB (Red+Green+Blue) = 172+215+109=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD76D is #532892. Grayscale: #BEBEBE. Windows color (decimal): -5449875 or 7198636. OLE color: 7198636.

HSL color Cylindrical-coordinate representation of color #ACD76D: hue angle of 84.34º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACD76D is Cyan = 0.2, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 109 -
CMYK 0.2 0 0.49 0.16
HSL 84.34º 0.57% 0.64% -
HSV(B) 84.34º 0.49% 0.84% -
XYZ 44.07 58.48 23.43 -
YUV 190.06 82.25 115.12 -
System Red Green Blue C M Y K H S L
Decimal 172 215 109 0.2 0 0.49 0.16 84.34 0.57 0.64
Hex AC D7 6D 14 0 31 10 54 39 40
Octal 254 327 155 24 0 61 20 124 71 100
Binary 10101100 11010111 1101101 10100 0 110001 10000 1010100 111001 1000000

Color Harmonies of #ACD76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD76D

Black with #ACD76D

Text Example


Text Example

White with #ACD76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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