Html Css Color HEX #ACDC43 Conifer

📋 copy color: '#ACDC43'

red 172 ◦ green 220 ◦ blue 67

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

Shades of Conifer #ACDC43

Tints of Conifer #ACDC43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.6%

R = 37.47%
G = 47.93%
B = 14.6%

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

#ACDC43 (or 0xACDC43) is known color: Conifer. HEX triplet: AC, DC and 43. RGB value is (172,220,67). Sum of RGB (Red+Green+Blue) = 172+220+67=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 67 (26.56% from 255 or 14.60% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDC43 is #5323BC. Grayscale: #BCBCBC. Windows color (decimal): -5448637 or 4447404. OLE color: 4447404.

HSL color Cylindrical-coordinate representation of color #ACDC43: hue angle of 78.82º 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 #ACDC43 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 220 67 -
CMYK 0.22 0 0.70 0.14
HSL 78.82º 0.69% 0.56% -
HSV(B) 78.82º 0.7% 0.86% -
XYZ 43.62 60.36 14.66 -
YUV 188.21 59.6 116.44 -
System Red Green Blue C M Y K H S L
Decimal 172 220 67 0.22 0 0.70 0.14 78.82 0.69 0.56
Hex AC DC 43 16 0 46 E 4F 45 38
Octal 254 334 103 26 0 106 16 117 105 70
Binary 10101100 11011100 1000011 10110 0 1000110 1110 1001111 1000101 111000

Color Harmonies of #ACDC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC43

Black with #ACDC43

Text Example


Text Example

White with #ACDC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC43; }

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

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

background-color css

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

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

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

border-color css

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

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

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