Html Css Color HEX #ACD76A Conifer

📋 copy color: '#ACD76A'

red 172 ◦ green 215 ◦ blue 106

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

Shades of Conifer #ACD76A

Tints of Conifer #ACD76A

RGB

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

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

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

R = 34.89%
G = 43.61%
B = 21.5%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#ACD76A (or 0xACD76A) is known color: Conifer. HEX triplet: AC, D7 and 6A. RGB value is (172,215,106). Sum of RGB (Red+Green+Blue) = 172+215+106=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD76A is #532895. Grayscale: #BEBEBE. Windows color (decimal): -5449878 or 7002028. OLE color: 7002028.

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

Color convert

RGB 172 215 106 -
CMYK 0.2 0 0.51 0.16
HSL 83.67º 0.58% 0.63% -
HSV(B) 83.67º 0.51% 0.84% -
XYZ 43.92 58.41 22.6 -
YUV 189.72 80.75 115.36 -
System Red Green Blue C M Y K H S L
Decimal 172 215 106 0.2 0 0.51 0.16 83.67 0.58 0.63
Hex AC D7 6A 14 0 33 10 54 3A 3F
Octal 254 327 152 24 0 63 20 124 72 77
Binary 10101100 11010111 1101010 10100 0 110011 10000 1010100 111010 111111

Color Harmonies of #ACD76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD76A

Black with #ACD76A

Text Example


Text Example

White with #ACD76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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