Html Css Color HEX #ACDC41 Conifer

📋 copy color: '#ACDC41'

red 172 ◦ green 220 ◦ blue 65

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

Shades of Conifer #ACDC41

Tints of Conifer #ACDC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.22%

R = 37.64%
G = 48.14%
B = 14.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#ACDC41 (or 0xACDC41) is known color: Conifer. HEX triplet: AC, DC and 41. RGB value is (172,220,65). Sum of RGB (Red+Green+Blue) = 172+220+65=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDC41 is #5323BE. Grayscale: #BCBCBC. Windows color (decimal): -5448639 or 4316332. OLE color: 4316332.

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

Color convert

RGB 172 220 65 -
CMYK 0.22 0 0.70 0.14
HSL 78.58º 0.69% 0.56% -
HSV(B) 78.58º 0.7% 0.86% -
XYZ 43.56 60.34 14.35 -
YUV 187.98 58.6 116.6 -
System Red Green Blue C M Y K H S L
Decimal 172 220 65 0.22 0 0.70 0.14 78.58 0.69 0.56
Hex AC DC 41 16 0 46 E 4F 45 38
Octal 254 334 101 26 0 106 16 117 105 70
Binary 10101100 11011100 1000001 10110 0 1000110 1110 1001111 1000101 111000

Color Harmonies of #ACDC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC41

Black with #ACDC41

Text Example


Text Example

White with #ACDC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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