Html Css Color HEX #ACD66A Conifer

📋 copy color: '#ACD66A'

red 172 ◦ green 214 ◦ blue 106

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

Shades of Conifer #ACD66A

Tints of Conifer #ACD66A

RGB

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

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

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

R = 34.96%
G = 43.5%
B = 21.54%

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

#ACD66A (or 0xACD66A) is known color: Conifer. HEX triplet: AC, D6 and 6A. RGB value is (172,214,106). Sum of RGB (Red+Green+Blue) = 172+214+106=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD66A is #532995. Grayscale: #BDBDBD. Windows color (decimal): -5450134 or 7001772. OLE color: 7001772.

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

Color convert

RGB 172 214 106 -
CMYK 0.20 0 0.50 0.16
HSL 83.33º 0.57% 0.63% -
HSV(B) 83.33º 0.5% 0.84% -
XYZ 43.66 57.9 22.51 -
YUV 189.13 81.09 115.78 -
System Red Green Blue C M Y K H S L
Decimal 172 214 106 0.20 0 0.50 0.16 83.33 0.57 0.63
Hex AC D6 6A 14 0 32 10 53 39 3F
Octal 254 326 152 24 0 62 20 123 71 77
Binary 10101100 11010110 1101010 10100 0 110010 10000 1010011 111001 111111

Color Harmonies of #ACD66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD66A

Black with #ACD66A

Text Example


Text Example

White with #ACD66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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