Html Css Color HEX #ACD168 Conifer

📋 copy color: '#ACD168'

red 172 ◦ green 209 ◦ blue 104

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

Shades of Conifer #ACD168

Tints of Conifer #ACD168

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.09%

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

R = 35.46%
G = 43.09%
B = 21.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#ACD168 (or 0xACD168) is known color: Conifer. HEX triplet: AC, D1 and 68. RGB value is (172,209,104). Sum of RGB (Red+Green+Blue) = 172+209+104=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD168 is #532E97. Grayscale: #BABABA. Windows color (decimal): -5451416 or 6869420. OLE color: 6869420.

HSL color Cylindrical-coordinate representation of color #ACD168: hue angle of 81.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACD168 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 209 104 -
CMYK 0.18 0 0.50 0.18
HSL 81.14º 0.53% 0.61% -
HSV(B) 81.14º 0.5% 0.82% -
XYZ 42.31 55.37 21.55 -
YUV 185.97 81.74 118.04 -
System Red Green Blue C M Y K H S L
Decimal 172 209 104 0.18 0 0.50 0.18 81.14 0.53 0.61
Hex AC D1 68 12 0 32 12 51 35 3D
Octal 254 321 150 22 0 62 22 121 65 75
Binary 10101100 11010001 1101000 10010 0 110010 10010 1010001 110101 111101

Color Harmonies of #ACD168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD168

Black with #ACD168

Text Example


Text Example

White with #ACD168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD168; }

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

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

background-color css

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

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

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

border-color css

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

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

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