Html Css Color HEX #ACDC60 Conifer

📋 copy color: '#ACDC60'

red 172 ◦ green 220 ◦ blue 96

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

Shades of Conifer #ACDC60

Tints of Conifer #ACDC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.67%

R = 35.25%
G = 45.08%
B = 19.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#ACDC60 (or 0xACDC60) is known color: Conifer. HEX triplet: AC, DC and 60. RGB value is (172,220,96). Sum of RGB (Red+Green+Blue) = 172+220+96=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC60 is #53239F. Grayscale: #BFBFBF. Windows color (decimal): -5448608 or 6347948. OLE color: 6347948.

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

Color convert

RGB 172 220 96 -
CMYK 0.22 0 0.56 0.14
HSL 83.23º 0.64% 0.62% -
HSV(B) 83.23º 0.56% 0.86% -
XYZ 44.72 60.8 20.45 -
YUV 191.51 74.1 114.08 -
System Red Green Blue C M Y K H S L
Decimal 172 220 96 0.22 0 0.56 0.14 83.23 0.64 0.62
Hex AC DC 60 16 0 38 E 53 40 3E
Octal 254 334 140 26 0 70 16 123 100 76
Binary 10101100 11011100 1100000 10110 0 111000 1110 1010011 1000000 111110

Color Harmonies of #ACDC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC60

Black with #ACDC60

Text Example


Text Example

White with #ACDC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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