Html Css Color HEX #ACDC65 Conifer

📋 copy color: '#ACDC65'

red 172 ◦ green 220 ◦ blue 101

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

Shades of Conifer #ACDC65

Tints of Conifer #ACDC65

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.62%

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

R = 34.89%
G = 44.62%
B = 20.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#ACDC65 (or 0xACDC65) is known color: Conifer. HEX triplet: AC, DC and 65. RGB value is (172,220,101). Sum of RGB (Red+Green+Blue) = 172+220+101=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC65 is #53239A. Grayscale: #C0C0C0. Windows color (decimal): -5448603 or 6675628. OLE color: 6675628.

HSL color Cylindrical-coordinate representation of color #ACDC65: hue angle of 84.2º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACDC65 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 220 101 -
CMYK 0.22 0 0.54 0.14
HSL 84.2º 0.63% 0.63% -
HSV(B) 84.2º 0.54% 0.86% -
XYZ 44.96 60.9 21.7 -
YUV 192.08 76.6 113.68 -
System Red Green Blue C M Y K H S L
Decimal 172 220 101 0.22 0 0.54 0.14 84.2 0.63 0.63
Hex AC DC 65 16 0 36 E 54 3F 3F
Octal 254 334 145 26 0 66 16 124 77 77
Binary 10101100 11011100 1100101 10110 0 110110 1110 1010100 111111 111111

Color Harmonies of #ACDC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC65

Black with #ACDC65

Text Example


Text Example

White with #ACDC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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