Html Css Color HEX #ACD66D Conifer

📋 copy color: '#ACD66D'

red 172 ◦ green 214 ◦ blue 109

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

Shades of Conifer #ACD66D

Tints of Conifer #ACD66D

RGB

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

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

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

R = 34.75%
G = 43.23%
B = 22.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#ACD66D (or 0xACD66D) is known color: Conifer. HEX triplet: AC, D6 and 6D. RGB value is (172,214,109). Sum of RGB (Red+Green+Blue) = 172+214+109=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD66D is #532992. Grayscale: #BDBDBD. Windows color (decimal): -5450131 or 7198380. OLE color: 7198380.

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

Color convert

RGB 172 214 109 -
CMYK 0.20 0 0.49 0.16
HSL 84º 0.56% 0.63% -
HSV(B) 84º 0.49% 0.84% -
XYZ 43.82 57.97 23.35 -
YUV 189.47 82.59 115.54 -
System Red Green Blue C M Y K H S L
Decimal 172 214 109 0.20 0 0.49 0.16 84 0.56 0.63
Hex AC D6 6D 14 0 31 10 54 38 3F
Octal 254 326 155 24 0 61 20 124 70 77
Binary 10101100 11010110 1101101 10100 0 110001 10000 1010100 111000 111111

Color Harmonies of #ACD66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD66D

Black with #ACD66D

Text Example


Text Example

White with #ACD66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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