Html Css Color HEX #ACD865 Conifer

📋 copy color: '#ACD865'

red 172 ◦ green 216 ◦ blue 101

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

Shades of Conifer #ACD865

Tints of Conifer #ACD865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.65%

R = 35.17%
G = 44.17%
B = 20.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#ACD865 (or 0xACD865) is known color: Conifer. HEX triplet: AC, D8 and 65. RGB value is (172,216,101). Sum of RGB (Red+Green+Blue) = 172+216+101=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD865 is #53279A. Grayscale: #BEBEBE. Windows color (decimal): -5449627 or 6674604. OLE color: 6674604.

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

Color convert

RGB 172 216 101 -
CMYK 0.20 0 0.53 0.15
HSL 82.96º 0.6% 0.62% -
HSV(B) 82.96º 0.53% 0.85% -
XYZ 43.92 58.82 21.35 -
YUV 189.73 77.92 115.35 -
System Red Green Blue C M Y K H S L
Decimal 172 216 101 0.20 0 0.53 0.15 82.96 0.6 0.62
Hex AC D8 65 14 0 35 F 53 3C 3E
Octal 254 330 145 24 0 65 17 123 74 76
Binary 10101100 11011000 1100101 10100 0 110101 1111 1010011 111100 111110

Color Harmonies of #ACD865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD865

Black with #ACD865

Text Example


Text Example

White with #ACD865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD865; }

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

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

background-color css

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

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

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

border-color css

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

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

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