Html Css Color HEX #ACD66C Conifer

📋 copy color: '#ACD66C'

red 172 ◦ green 214 ◦ blue 108

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

Shades of Conifer #ACD66C

Tints of Conifer #ACD66C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.32%

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

R = 34.82%
G = 43.32%
B = 21.86%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#ACD66C (or 0xACD66C) is known color: Conifer. HEX triplet: AC, D6 and 6C. RGB value is (172,214,108). Sum of RGB (Red+Green+Blue) = 172+214+108=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD66C is #532993. Grayscale: #BDBDBD. Windows color (decimal): -5450132 or 7132844. OLE color: 7132844.

HSL color Cylindrical-coordinate representation of color #ACD66C: hue angle of 83.77º degrees, saturation: 0.56, 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 #ACD66C is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 108 -
CMYK 0.20 0 0.50 0.16
HSL 83.77º 0.56% 0.63% -
HSV(B) 83.77º 0.5% 0.84% -
XYZ 43.77 57.95 23.07 -
YUV 189.36 82.09 115.62 -
System Red Green Blue C M Y K H S L
Decimal 172 214 108 0.20 0 0.50 0.16 83.77 0.56 0.63
Hex AC D6 6C 14 0 32 10 54 38 3F
Octal 254 326 154 24 0 62 20 124 70 77
Binary 10101100 11010110 1101100 10100 0 110010 10000 1010100 111000 111111

Color Harmonies of #ACD66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD66C

Black with #ACD66C

Text Example


Text Example

White with #ACD66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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