Html Css Color HEX #ACDC3F Conifer

📋 copy color: '#ACDC3F'

red 172 ◦ green 220 ◦ blue 63

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

Shades of Conifer #ACDC3F

Tints of Conifer #ACDC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.85%

R = 37.8%
G = 48.35%
B = 13.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#ACDC3F (or 0xACDC3F) is known color: Conifer. HEX triplet: AC, DC and 3F. RGB value is (172,220,63). Sum of RGB (Red+Green+Blue) = 172+220+63=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDC3F is #5323C0. Grayscale: #BCBCBC. Windows color (decimal): -5448641 or 4185260. OLE color: 4185260.

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

Color convert

RGB 172 220 63 -
CMYK 0.22 0 0.71 0.14
HSL 78.34º 0.69% 0.55% -
HSV(B) 78.34º 0.71% 0.86% -
XYZ 43.5 60.32 14.05 -
YUV 187.75 57.6 116.77 -
System Red Green Blue C M Y K H S L
Decimal 172 220 63 0.22 0 0.71 0.14 78.34 0.69 0.55
Hex AC DC 3F 16 0 47 E 4E 45 37
Octal 254 334 77 26 0 107 16 116 105 67
Binary 10101100 11011100 111111 10110 0 1000111 1110 1001110 1000101 110111

Color Harmonies of #ACDC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC3F

Black with #ACDC3F

Text Example


Text Example

White with #ACDC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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