Html Css Color HEX #ACD864 Conifer

📋 copy color: '#ACD864'

red 172 ◦ green 216 ◦ blue 100

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

Shades of Conifer #ACD864

Tints of Conifer #ACD864

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.26%

 BLUE value IS 100 (39.45% from 255) = 20.49%

R = 35.25%
G = 44.26%
B = 20.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#ACD864 (or 0xACD864) is known color: Conifer. HEX triplet: AC, D8 and 64. RGB value is (172,216,100). Sum of RGB (Red+Green+Blue) = 172+216+100=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD864 is #53279B. Grayscale: #BEBEBE. Windows color (decimal): -5449628 or 6609068. OLE color: 6609068.

HSL color Cylindrical-coordinate representation of color #ACD864: hue angle of 82.76º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACD864 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 100 -
CMYK 0.20 0 0.54 0.15
HSL 82.76º 0.6% 0.62% -
HSV(B) 82.76º 0.54% 0.85% -
XYZ 43.87 58.8 21.09 -
YUV 189.62 77.42 115.43 -
System Red Green Blue C M Y K H S L
Decimal 172 216 100 0.20 0 0.54 0.15 82.76 0.6 0.62
Hex AC D8 64 14 0 36 F 53 3C 3E
Octal 254 330 144 24 0 66 17 123 74 76
Binary 10101100 11011000 1100100 10100 0 110110 1111 1010011 111100 111110

Color Harmonies of #ACD864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD864

Black with #ACD864

Text Example


Text Example

White with #ACD864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD864; }

 p { color: rgb(172,216,100); }

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

background-color css

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

 a { background-color: rgb(172,216,100); }

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

border-color css

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

 span { border-color: rgb(172,216,100); }

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