Html Css Color HEX #ACD76C Conifer

📋 copy color: '#ACD76C'

red 172 ◦ green 215 ◦ blue 108

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

Shades of Conifer #ACD76C

Tints of Conifer #ACD76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.82%

R = 34.75%
G = 43.43%
B = 21.82%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#ACD76C (or 0xACD76C) is known color: Conifer. HEX triplet: AC, D7 and 6C. RGB value is (172,215,108). Sum of RGB (Red+Green+Blue) = 172+215+108=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD76C is #532893. Grayscale: #BEBEBE. Windows color (decimal): -5449876 or 7133100. OLE color: 7133100.

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

Color convert

RGB 172 215 108 -
CMYK 0.2 0 0.50 0.16
HSL 84.11º 0.57% 0.63% -
HSV(B) 84.11º 0.5% 0.84% -
XYZ 44.02 58.45 23.15 -
YUV 189.95 81.75 115.2 -
System Red Green Blue C M Y K H S L
Decimal 172 215 108 0.2 0 0.50 0.16 84.11 0.57 0.63
Hex AC D7 6C 14 0 32 10 54 39 3F
Octal 254 327 154 24 0 62 20 124 71 77
Binary 10101100 11010111 1101100 10100 0 110010 10000 1010100 111001 111111

Color Harmonies of #ACD76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD76C

Black with #ACD76C

Text Example


Text Example

White with #ACD76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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