Html Css Color HEX #ACDC46 Conifer

📋 copy color: '#ACDC46'

red 172 ◦ green 220 ◦ blue 70

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

Shades of Conifer #ACDC46

Tints of Conifer #ACDC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.15%

R = 37.23%
G = 47.62%
B = 15.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#ACDC46 (or 0xACDC46) is known color: Conifer. HEX triplet: AC, DC and 46. RGB value is (172,220,70). Sum of RGB (Red+Green+Blue) = 172+220+70=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDC46 is #5323B9. Grayscale: #BDBDBD. Windows color (decimal): -5448634 or 4644012. OLE color: 4644012.

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

Color convert

RGB 172 220 70 -
CMYK 0.22 0 0.68 0.14
HSL 79.2º 0.68% 0.57% -
HSV(B) 79.2º 0.68% 0.86% -
XYZ 43.71 60.4 15.15 -
YUV 188.55 61.1 116.2 -
System Red Green Blue C M Y K H S L
Decimal 172 220 70 0.22 0 0.68 0.14 79.2 0.68 0.57
Hex AC DC 46 16 0 44 E 4F 44 39
Octal 254 334 106 26 0 104 16 117 104 71
Binary 10101100 11011100 1000110 10110 0 1000100 1110 1001111 1000100 111001

Color Harmonies of #ACDC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC46

Black with #ACDC46

Text Example


Text Example

White with #ACDC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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