Html Css Color HEX #ACD165 Conifer

📋 copy color: '#ACD165'

red 172 ◦ green 209 ◦ blue 101

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

Shades of Conifer #ACD165

Tints of Conifer #ACD165

RGB

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

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

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

R = 35.68%
G = 43.36%
B = 20.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#ACD165 (or 0xACD165) is known color: Conifer. HEX triplet: AC, D1 and 65. RGB value is (172,209,101). Sum of RGB (Red+Green+Blue) = 172+209+101=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD165 is #532E9A. Grayscale: #BABABA. Windows color (decimal): -5451419 or 6672812. OLE color: 6672812.

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

Color convert

RGB 172 209 101 -
CMYK 0.18 0 0.52 0.18
HSL 80.56º 0.54% 0.61% -
HSV(B) 80.56º 0.52% 0.82% -
XYZ 42.16 55.31 20.77 -
YUV 185.63 80.24 118.28 -
System Red Green Blue C M Y K H S L
Decimal 172 209 101 0.18 0 0.52 0.18 80.56 0.54 0.61
Hex AC D1 65 12 0 34 12 51 36 3D
Octal 254 321 145 22 0 64 22 121 66 75
Binary 10101100 11010001 1100101 10010 0 110100 10010 1010001 110110 111101

Color Harmonies of #ACD165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD165

Black with #ACD165

Text Example


Text Example

White with #ACD165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD165; }

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

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

background-color css

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

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

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

border-color css

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

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

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