Html Css Color HEX #ACD66B Conifer

📋 copy color: '#ACD66B'

red 172 ◦ green 214 ◦ blue 107

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

Shades of Conifer #ACD66B

Tints of Conifer #ACD66B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.7%

R = 34.89%
G = 43.41%
B = 21.7%

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

#ACD66B (or 0xACD66B) is known color: Conifer. HEX triplet: AC, D6 and 6B. RGB value is (172,214,107). Sum of RGB (Red+Green+Blue) = 172+214+107=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD66B is #532994. Grayscale: #BDBDBD. Windows color (decimal): -5450133 or 7067308. OLE color: 7067308.

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

Color convert

RGB 172 214 107 -
CMYK 0.20 0 0.50 0.16
HSL 83.55º 0.57% 0.63% -
HSV(B) 83.55º 0.5% 0.84% -
XYZ 43.71 57.93 22.79 -
YUV 189.24 81.59 115.7 -
System Red Green Blue C M Y K H S L
Decimal 172 214 107 0.20 0 0.50 0.16 83.55 0.57 0.63
Hex AC D6 6B 14 0 32 10 54 39 3F
Octal 254 326 153 24 0 62 20 124 71 77
Binary 10101100 11010110 1101011 10100 0 110010 10000 1010100 111001 111111

Color Harmonies of #ACD66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD66B

Black with #ACD66B

Text Example


Text Example

White with #ACD66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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