Html Css Color HEX #ACD766 Conifer

📋 copy color: '#ACD766'

red 172 ◦ green 215 ◦ blue 102

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

Shades of Conifer #ACD766

Tints of Conifer #ACD766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.86%

R = 35.17%
G = 43.97%
B = 20.86%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#ACD766 (or 0xACD766) is known color: Conifer. HEX triplet: AC, D7 and 66. RGB value is (172,215,102). Sum of RGB (Red+Green+Blue) = 172+215+102=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD766 is #532899. Grayscale: #BDBDBD. Windows color (decimal): -5449882 or 6739884. OLE color: 6739884.

HSL color Cylindrical-coordinate representation of color #ACD766: hue angle of 82.83º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACD766 is Cyan = 0.2, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 102 -
CMYK 0.2 0 0.53 0.16
HSL 82.83º 0.59% 0.62% -
HSV(B) 82.83º 0.53% 0.84% -
XYZ 43.71 58.33 21.53 -
YUV 189.26 78.75 115.69 -
System Red Green Blue C M Y K H S L
Decimal 172 215 102 0.2 0 0.53 0.16 82.83 0.59 0.62
Hex AC D7 66 14 0 35 10 53 3B 3E
Octal 254 327 146 24 0 65 20 123 73 76
Binary 10101100 11010111 1100110 10100 0 110101 10000 1010011 111011 111110

Color Harmonies of #ACD766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD766

Black with #ACD766

Text Example


Text Example

White with #ACD766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD766; }

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

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

background-color css

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

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

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

border-color css

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

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

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