Html Css Color HEX #ACD868 Conifer

📋 copy color: '#ACD868'

red 172 ◦ green 216 ◦ blue 104

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

Shades of Conifer #ACD868

Tints of Conifer #ACD868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.14%

R = 34.96%
G = 43.9%
B = 21.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#ACD868 (or 0xACD868) is known color: Conifer. HEX triplet: AC, D8 and 68. RGB value is (172,216,104). Sum of RGB (Red+Green+Blue) = 172+216+104=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD868 is #532797. Grayscale: #BEBEBE. Windows color (decimal): -5449624 or 6871212. OLE color: 6871212.

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

Color convert

RGB 172 216 104 -
CMYK 0.20 0 0.52 0.15
HSL 83.57º 0.59% 0.63% -
HSV(B) 83.57º 0.52% 0.85% -
XYZ 44.07 58.88 22.14 -
YUV 190.08 79.42 115.11 -
System Red Green Blue C M Y K H S L
Decimal 172 216 104 0.20 0 0.52 0.15 83.57 0.59 0.63
Hex AC D8 68 14 0 34 F 54 3B 3F
Octal 254 330 150 24 0 64 17 124 73 77
Binary 10101100 11011000 1101000 10100 0 110100 1111 1010100 111011 111111

Color Harmonies of #ACD868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD868

Black with #ACD868

Text Example


Text Example

White with #ACD868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD868; }

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

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

background-color css

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

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

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

border-color css

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

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

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